summaryrefslogtreecommitdiffstats
path: root/plugin/eurephia.c
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2008-11-28 23:27:30 +0100
committerDavid Sommerseth <dazo@users.sourceforge.net>2008-11-28 23:27:30 +0100
commit0c35035dc8ac5d099f53353938a66b33227d3342 (patch)
treefd33e6d285eef6b27fb29e4632d3fcd1d50f5594 /plugin/eurephia.c
parent4dabdc0e154b3be0c9b64d97041502b01662ed43 (diff)
downloadeurephia-0c35035dc8ac5d099f53353938a66b33227d3342.tar.gz
eurephia-0c35035dc8ac5d099f53353938a66b33227d3342.tar.xz
eurephia-0c35035dc8ac5d099f53353938a66b33227d3342.zip
Splitted plugin/eurephiadb_session.[ch] into two parts
One part is a generic session handling part (common/eurephiadb_session_common.[ch]) and the other part is left in the old plugin/eurephiadb_session.[ch]. This splitting should make it easiser to reuse some of the session handling functions for the admin utils.
Diffstat (limited to 'plugin/eurephia.c')
-rw-r--r--plugin/eurephia.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/eurephia.c b/plugin/eurephia.c
index 4853591..728ddd0 100644
--- a/plugin/eurephia.c
+++ b/plugin/eurephia.c
@@ -31,6 +31,7 @@
#include <eurephiafw.h>
#include <eurephia_nullsafe.h>
#include <eurephia_values.h>
+#include <eurephiadb_session_common.h>
#include <eurephiadb_session.h>
#include <certinfo.h>