1 #ifndef LIMENKA_NODE_PEERMAN_ARGS_H 2 #define LIMENKA_NODE_PEERMAN_ARGS_H 3 4 #include <net_processing.h> 5 6 class ArgsManager; 7 8 namespace node { 9 void ApplyArgsManOptions(const ArgsManager& argsman, PeerManager::Options& options); 10 } // namespace node 11 12 #endif // LIMENKA_NODE_PEERMAN_ARGS_H 13