summaryrefslogtreecommitdiffstats
path: root/client/daemon.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/daemon.h')
-rw-r--r--client/daemon.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/client/daemon.h b/client/daemon.h
new file mode 100644
index 0000000..cf8be3e
--- /dev/null
+++ b/client/daemon.h
@@ -0,0 +1,13 @@
+#ifndef foodaemonhfoo
+#define foodaemonhfoo
+
+#include <glib.h>
+#include <linux/netfilter.h>
+#include <libipq/libipq.h>
+
+int daemon_init();
+void daemon_done();
+
+void daemon_verdict(unsigned long id, guint r);
+
+#endif