summaryrefslogtreecommitdiffstats
path: root/common/eurephia_values.h
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2008-11-27 17:31:49 +0100
committerDavid Sommerseth <dazo@users.sourceforge.net>2008-11-27 17:31:49 +0100
commit570a80dfadd2513f628b4d540fc719883fa8674a (patch)
tree5578666ac6c2189b079cc93fba6343e64cfbe5a3 /common/eurephia_values.h
parente6b8cb93fad578321eb3d33dd14490b18069886f (diff)
downloadeurephia-570a80dfadd2513f628b4d540fc719883fa8674a.tar.gz
eurephia-570a80dfadd2513f628b4d540fc719883fa8674a.tar.xz
eurephia-570a80dfadd2513f628b4d540fc719883fa8674a.zip
Renamed eurephia_struct.h to eurephia_context.h
Since this include file now only consists of eurephiaCTX definition, it was moved to the common/ directory and renamed. Moved the SESSION_* definitions out of this file and into plugin/eurephiadb_session.h where they belong. Moved the Posix MQ definitions into plugin/firewall/eurephiafw_struct.h where they belong. eurephia_context.h is now containing only context related things.
Diffstat (limited to 'common/eurephia_values.h')
-rw-r--r--common/eurephia_values.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/eurephia_values.h b/common/eurephia_values.h
index 8a48730..420da80 100644
--- a/common/eurephia_values.h
+++ b/common/eurephia_values.h
@@ -21,7 +21,7 @@
#ifndef EUREPHIA_VALUES_H_
# define EUREPHIA_VALUES_H_
-#include <eurephia_struct.h>
+#include <eurephia_context.h>
eurephiaVALUES *eGet_valuestruct(eurephiaVALUES *vls, const char *key);
char *eGet_value(eurephiaVALUES *vls, const char *key);