summaryrefslogtreecommitdiffstats
path: root/plugin
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2010-08-29 16:43:05 +0200
committerDavid Sommerseth <dazo@users.sourceforge.net>2010-08-29 16:43:05 +0200
commitd20fa4a786eeef6669466b5c9813a373f9359023 (patch)
tree2bbe541e732b9116be2f1f88e9152a9ccc86cb6b /plugin
parenta786ae8b4ad3ef7e6836f53b874c265988357aec (diff)
downloadeurephia-d20fa4a786eeef6669466b5c9813a373f9359023.tar.gz
eurephia-d20fa4a786eeef6669466b5c9813a373f9359023.tar.xz
eurephia-d20fa4a786eeef6669466b5c9813a373f9359023.zip
Removed misleading documentation of eurephiaInit()
Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
Diffstat (limited to 'plugin')
-rw-r--r--plugin/eurephia.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/plugin/eurephia.c b/plugin/eurephia.c
index 6d44ae0..2d0556f 100644
--- a/plugin/eurephia.c
+++ b/plugin/eurephia.c
@@ -59,9 +59,7 @@
/**
* Initialises the eurephia OpenVPN plug-in and prepares a eurephiaCTX (context)
*
- * @param argv Arguments from the openvpn configuration file. The format is:
- * logfile loglevel eDB_driver [eurephiaDB arguments]
- * 1 2 3 4.....
+ * @param argv Arguments from the openvpn configuration file.
*
* @return returns a pointer to a eurephiaCTX context. On failure NULL is returned.
*/