summaryrefslogtreecommitdiffstats
path: root/eurephiafw.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 /eurephiafw.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 'eurephiafw.h')
-rw-r--r--eurephiafw.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/eurephiafw.h b/eurephiafw.h
new file mode 100644
index 0000000..48b8c57
--- /dev/null
+++ b/eurephiafw.h
@@ -0,0 +1,28 @@
+/* eurephiafw.h -- Firewall interface loader for the eurephia module
+ *
+ * GPLv2 - Copyright (C) 2008 David Sommerseth <dazo@users.sourceforge.net>
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; version 2
+ * of the License.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ *
+ */
+
+#ifndef EUREPHIAFW_H_
+#define EUREPHIAFW_H_
+
+int eFW_load(eurephiaCTX *ctx, const char *intf);
+
+int eFW_unload(eurephiaCTX *ctx);
+
+#endif /* !EUREPHIAFW_H_ */