summaryrefslogtreecommitdiffstats
path: root/eurephia_struct.h
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2008-08-10 22:04:09 +0200
committerDavid Sommerseth <dazo@users.sourceforge.net>2008-08-10 22:04:09 +0200
commit9646534d836927553957a7dd1c1ee05bb45ce4a5 (patch)
tree857da60a6533c3c19b30fdb4d14ec64df9612dd5 /eurephia_struct.h
parente17bbcdefb188500b23be259c0f9259a49bbd6cb (diff)
downloadeurephia-9646534d836927553957a7dd1c1ee05bb45ce4a5.tar.gz
eurephia-9646534d836927553957a7dd1c1ee05bb45ce4a5.tar.xz
eurephia-9646534d836927553957a7dd1c1ee05bb45ce4a5.zip
Added first phase of firewall interface. Skeleton for loading of interface should be pretty much complete
Diffstat (limited to 'eurephia_struct.h')
-rw-r--r--eurephia_struct.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/eurephia_struct.h b/eurephia_struct.h
index a715c27..8cc9838 100644
--- a/eurephia_struct.h
+++ b/eurephia_struct.h
@@ -57,6 +57,7 @@ typedef struct {
*/
typedef struct {
void *eurephia_driver;
+ void *eurephia_fw_intf;
eDBconn *dbc;
FILE *log;
int loglevel;