summaryrefslogtreecommitdiffstats
path: root/plugin
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2010-07-12 10:07:01 +0200
committerDavid Sommerseth <dazo@users.sourceforge.net>2010-07-30 11:02:56 +0200
commita34e02d26c3569de9790ee064e56e98292e2efcd (patch)
tree3df3746c005e16895258315866d39e536dcd09e1 /plugin
parentb425581c90d83096082a2fdb9289343b60d9f1af (diff)
downloadeurephia-a34e02d26c3569de9790ee064e56e98292e2efcd.tar.gz
eurephia-a34e02d26c3569de9790ee064e56e98292e2efcd.tar.xz
eurephia-a34e02d26c3569de9790ee064e56e98292e2efcd.zip
Fixed a few doxygen complaints - missing documentation
Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
Diffstat (limited to 'plugin')
-rw-r--r--plugin/firewall/eurephiafw_struct.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugin/firewall/eurephiafw_struct.h b/plugin/firewall/eurephiafw_struct.h
index e4c3100..e31e930 100644
--- a/plugin/firewall/eurephiafw_struct.h
+++ b/plugin/firewall/eurephiafw_struct.h
@@ -73,6 +73,10 @@ typedef enum {fwADD, /**< Add a new VPN client to the firewall VPN ch
fwSHUTDOWN, /**< Initialiase the firewall VPN chain */
} eFWmode;
+
+/**
+ * Update request for the firewall plug-in
+ */
typedef struct {
eFWmode mode; /**< Defines what the update will do with the firewall (mandatory) */
char ipaddress[36]; /**< IP address to include (used by fwADD,fwDELETE and fwBLACKLIST) */