summaryrefslogtreecommitdiff
path: root/src/core/net-disconnect.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/net-disconnect.h')
-rw-r--r--src/core/net-disconnect.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/core/net-disconnect.h b/src/core/net-disconnect.h
new file mode 100644
index 00000000..a1ca0643
--- /dev/null
+++ b/src/core/net-disconnect.h
@@ -0,0 +1,7 @@
+#ifndef __NET_DISCONNECT_H
+#define __NET_DISCONNECT_H
+
+void net_disconnect_init(void);
+void net_disconnect_deinit(void);
+
+#endif