summaryrefslogtreecommitdiffstats
path: root/plugin/eurephia-auth.c
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2009-09-14 22:13:28 +0200
committerDavid Sommerseth <dazo@users.sourceforge.net>2009-09-14 22:13:28 +0200
commitcaf56d9a15382453a4b55186d409f5aecd09b4cd (patch)
tree0c4f177a8d6b8f6ad15113766c560a158885de76 /plugin/eurephia-auth.c
parent148d0ab146b271e76e98e86534869ebb2f821c9e (diff)
downloadeurephia-caf56d9a15382453a4b55186d409f5aecd09b4cd.tar.gz
eurephia-caf56d9a15382453a4b55186d409f5aecd09b4cd.tar.xz
eurephia-caf56d9a15382453a4b55186d409f5aecd09b4cd.zip
Fixed some new Doxygen warnings which came after enabling static functions and vars
Diffstat (limited to 'plugin/eurephia-auth.c')
-rw-r--r--plugin/eurephia-auth.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/plugin/eurephia-auth.c b/plugin/eurephia-auth.c
index a1e86ee..3536281 100644
--- a/plugin/eurephia-auth.c
+++ b/plugin/eurephia-auth.c
@@ -41,7 +41,15 @@
#include <eurephia.h>
-#ifdef ENABLE_DEBUG // To avoid compiler warnings when ENABLE_DEBUG is not defined
+#ifdef ENABLE_DEBUG /* To avoid compiler warnings when ENABLE_DEBUG is not defined */
+
+/**
+ * Simple "converter" from OPENVPN_PLUGIN_* type IDs to string
+ *
+ * @param type int value, corresponding to an OPENVPN_PLUGIN_* type
+ *
+ * @return String containing the string version of the type
+ */
static const char *plugin_type_name(const int type)
{
switch (type)