aboutsummaryrefslogtreecommitdiff
path: root/src/netgroup.h
diff options
context:
space:
mode:
authorJohn Newbery <john@johnnewbery.com>2021-08-31 13:22:36 +0100
committerJohn Newbery <john@johnnewbery.com>2022-04-19 10:25:39 +0100
commit9b3836710b8160d212aacd56154938e5bb4b26b7 (patch)
treed7fda8d072a478df5d42250695232992deaf7a1a /src/netgroup.h
parent907659770bd2e95f4f4af652eb9e443772f2c0f1 (diff)
downloadbitcoin-9b3836710b8160d212aacd56154938e5bb4b26b7.tar.xz
[build] Add netgroup.cpp|h
These aren't used yet.
Diffstat (limited to 'src/netgroup.h')
-rw-r--r--src/netgroup.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/netgroup.h b/src/netgroup.h
new file mode 100644
index 0000000000..1fd3470e0f
--- /dev/null
+++ b/src/netgroup.h
@@ -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