aboutsummaryrefslogtreecommitdiff
path: root/src/netgroup.h
diff options
context:
space:
mode:
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