bitcoin/src/netgroup.h

14 lines
329 B
C
Raw Normal View History

// Copyright (c) 2021 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_NETGROUP_H
#define BITCOIN_NETGROUP_H
/**
* Netgroup manager
*/
class NetGroupManager {};
#endif // BITCOIN_NETGROUP_H