summaryrefslogtreecommitdiffstats
path: root/plugin/eurephia.c
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2009-09-05 01:10:32 +0200
committerDavid Sommerseth <dazo@users.sourceforge.net>2009-09-05 01:10:32 +0200
commit62ea92c1c38ef83adbec1b56ef7968941d128553 (patch)
tree30b4a1158bcaa1aad6c606f44b643b04e0cf704b /plugin/eurephia.c
parent727d91f8a4d038f07618ceaafb073a2eb00eb749 (diff)
downloadeurephia-62ea92c1c38ef83adbec1b56ef7968941d128553.tar.gz
eurephia-62ea92c1c38ef83adbec1b56ef7968941d128553.tar.xz
eurephia-62ea92c1c38ef83adbec1b56ef7968941d128553.zip
Cleaned up and added some missing comments
Diffstat (limited to 'plugin/eurephia.c')
-rw-r--r--plugin/eurephia.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/eurephia.c b/plugin/eurephia.c
index 2669734..518ba34 100644
--- a/plugin/eurephia.c
+++ b/plugin/eurephia.c
@@ -35,7 +35,7 @@
#include <string.h>
#include <getopt.h>
-#define EUREPHIA_FWINTF
+#define EUREPHIA_FWINTF /**< Include the proper eurephiaFWINTF declaration in eurephiaCTX */
#include <eurephiafw_struct.h>
#include <eurephia_context.h>
#include <eurephiadb.h>
@@ -49,7 +49,7 @@
#include <randstr.h>
#include <passwd.h>
-#define MAX_ARGUMENTS 64
+#define MAX_ARGUMENTS 64 /**< Maximum arguments we will parse from the openvpn plug-in configuration */
/**