summaryrefslogtreecommitdiffstats
path: root/client/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/main.h')
-rw-r--r--client/main.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/client/main.h b/client/main.h
new file mode 100644
index 0000000..4b0e011
--- /dev/null
+++ b/client/main.h
@@ -0,0 +1,7 @@
+#ifndef foomainhfoo
+#define foomainhfoo
+
+typedef enum verdict { VERDICT_QUERY, VERDICT_ACCEPT, VERDICT_REJECT, VERDICT_DROP } verdict_t;
+typedef enum conn_direction { DIR_INCOMING, DIR_OUTGOING, DIR_PASSING } conn_direction_t;
+
+#endif