mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-22 09:23:04 -03:00
14 lines
329 B
C
14 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
|