mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-15 04:11:02 +01:00
13 lines
283 B
C
13 lines
283 B
C
|
#ifndef BITCOIN_NODE_PEERMAN_ARGS_H
|
||
|
#define BITCOIN_NODE_PEERMAN_ARGS_H
|
||
|
|
||
|
#include <net_processing.h>
|
||
|
|
||
|
class ArgsManager;
|
||
|
|
||
|
namespace node {
|
||
|
void ApplyArgsManOptions(const ArgsManager& argsman, PeerManager::Options& options);
|
||
|
} // namespace node
|
||
|
|
||
|
#endif // BITCOIN_NODE_PEERMAN_ARGS_H
|