bitcoin/src/netgroup.h
John Newbery 9b3836710b [build] Add netgroup.cpp|h
These aren't used yet.
2022-04-19 10:25:39 +01:00

13 lines
329 B
C++

// 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