From 63d51b566ea270b45b5b34b1feab37b8faa28232 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 9 May 2004 23:20:43 +0000 Subject: main fieryfilter work git-svn-id: file:///home/lennart/svn/public/fieryfilter/fieryfilter@31 79e6afc9-17da-0310-ae3c-b873bff394f4 --- client/main.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 client/main.h (limited to 'client/main.h') 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 -- cgit