mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-11 11:16:09 -05:00
12 lines
283 B
C++
12 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
|