summaryrefslogtreecommitdiffstats
path: root/daemon/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/main.h')
-rw-r--r--daemon/main.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/daemon/main.h b/daemon/main.h
new file mode 100644
index 0000000..b4c5e5b
--- /dev/null
+++ b/daemon/main.h
@@ -0,0 +1,14 @@
+#ifndef foomainhfoo
+#define foomainhfoo
+
+#include <sys/select.h>
+
+extern fd_set listen_wfds, listen_rfds, select_wfds, select_rfds;
+
+extern gboolean fail;
+
+extern guint32 default_verdict;
+
+extern gboolean log_packets;
+
+#endif