peerman_args.h
1 // Copyright (c) 2023-present The Bitcoin Core developers 2 // Distributed under the MIT software license, see the accompanying 3 // file COPYING or https://opensource.org/license/mit. 4 5 #ifndef BITCOIN_NODE_PEERMAN_ARGS_H 6 #define BITCOIN_NODE_PEERMAN_ARGS_H 7 8 #include <net_processing.h> 9 10 class ArgsManager; 11 12 namespace node { 13 void ApplyArgsManOptions(const ArgsManager& argsman, PeerManager::Options& options); 14 } // namespace node 15 16 #endif // BITCOIN_NODE_PEERMAN_ARGS_H