summaryrefslogtreecommitdiffstats
path: root/common/eurephia_context.h
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2009-09-04 15:24:05 +0200
committerDavid Sommerseth <dazo@users.sourceforge.net>2009-09-04 15:24:05 +0200
commitdea39103b369f0903be326c505d36a9d489a0c1e (patch)
tree97a114b3fe7667c07678abdf528530efae8bfea8 /common/eurephia_context.h
parent856ecfcec0956d3269f2b119836ec31908d02836 (diff)
downloadeurephia-dea39103b369f0903be326c505d36a9d489a0c1e.tar.gz
eurephia-dea39103b369f0903be326c505d36a9d489a0c1e.tar.xz
eurephia-dea39103b369f0903be326c505d36a9d489a0c1e.zip
More comments in common/
Diffstat (limited to 'common/eurephia_context.h')
-rw-r--r--common/eurephia_context.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/common/eurephia_context.h b/common/eurephia_context.h
index 1ec637d..877632c 100644
--- a/common/eurephia_context.h
+++ b/common/eurephia_context.h
@@ -28,14 +28,15 @@
*
*/
-/*** Structures used by the eurephia module ***/
-
#ifndef EUREPHIASTRUCT_H_
#define EUREPHIASTRUCT_H_
#include <stdio.h>
#include "eurephiadb_struct.h"
+/**
+ * eurephia context types
+ */
#define ECTX_NO_PRIVILEGES 0x1000 /**< The context should not have any privileges at all */
#define ECTX_PLUGIN_AUTH 0x1001 /**< The context is used in a openvpn plug-in setting */
#define ECTX_ADMIN_CONSOLE 0x2001 /**< The context is used via the eurephiadm console utility */