mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 06:58:57 +01:00
[build] Add netgroup.cpp|h
These aren't used yet.
This commit is contained in:
13
src/netgroup.h
Normal file
13
src/netgroup.h
Normal file
@@ -0,0 +1,13 @@
|
||||
// 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
|
||||
Reference in New Issue
Block a user