diff options
| author | David Sommerseth <dazo@users.sourceforge.net> | 2009-09-05 01:10:32 +0200 |
|---|---|---|
| committer | David Sommerseth <dazo@users.sourceforge.net> | 2009-09-05 01:10:32 +0200 |
| commit | 62ea92c1c38ef83adbec1b56ef7968941d128553 (patch) | |
| tree | 30b4a1158bcaa1aad6c606f44b643b04e0cf704b /plugin/firewall/iptables | |
| parent | 727d91f8a4d038f07618ceaafb073a2eb00eb749 (diff) | |
| download | eurephia-62ea92c1c38ef83adbec1b56ef7968941d128553.tar.gz eurephia-62ea92c1c38ef83adbec1b56ef7968941d128553.tar.xz eurephia-62ea92c1c38ef83adbec1b56ef7968941d128553.zip | |
Cleaned up and added some missing comments
Diffstat (limited to 'plugin/firewall/iptables')
| -rw-r--r-- | plugin/firewall/iptables/efw-iptables.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugin/firewall/iptables/efw-iptables.c b/plugin/firewall/iptables/efw-iptables.c index b686ca9..1329973 100644 --- a/plugin/firewall/iptables/efw-iptables.c +++ b/plugin/firewall/iptables/efw-iptables.c @@ -37,15 +37,15 @@ #include <pthread.h> #include <sys/wait.h> -#define EUREPHIA_FWINTF +#define EUREPHIA_FWINTF /**< Include the proper eurephiaFWINTF declaration in eurephiaCTX */ #include <eurephiafw_struct.h> #include <eurephia_context.h> #include <eurephia_nullsafe.h> #include <eurephia_log.h> #include <eurephiafw_helpers.h> -#define INTERFACEVER "1.0" -#define INTERFACEAPIVER 1 +#define INTERFACEVER "1.0" /**< The version of this firewall interface (driver) */ +#define INTERFACEAPIVER 1 /**< Define the API level this firewall interface uses. */ /** * Mandatory function, contains driver information. |
