summaryrefslogtreecommitdiffstats
path: root/database/eurephiadb.c
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2013-05-28 15:37:42 +0200
committerDavid Sommerseth <dazo@users.sourceforge.net>2013-05-28 15:51:12 +0200
commit9e13dcd2922ff1057a9eb955c3e8ceab68c2f673 (patch)
treea00f2cfceebdfe9bb97d3ce89fb5aaa164cea9a7 /database/eurephiadb.c
parent85ad4bbb21e478b5b3699dfa14c97dccfd336f10 (diff)
downloadeurephia-9e13dcd2922ff1057a9eb955c3e8ceab68c2f673.tar.gz
eurephia-9e13dcd2922ff1057a9eb955c3e8ceab68c2f673.tar.xz
eurephia-9e13dcd2922ff1057a9eb955c3e8ceab68c2f673.zip
Add the eDBadminPlugins() function in the database API
This function will be used by the admin interface to configure eurephia plug-ins. Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
Diffstat (limited to 'database/eurephiadb.c')
-rw-r--r--database/eurephiadb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/database/eurephiadb.c b/database/eurephiadb.c
index 701b8d1..7046dae 100644
--- a/database/eurephiadb.c
+++ b/database/eurephiadb.c
@@ -118,6 +118,7 @@ int eDBlink_init(eurephiaCTX *ctx, const char *dbdriver, const int minver)
case 4:
eDBauth_GetAuthMethod = eGetSym(ctx, ctx->eurephia_driver, "eDBauth_GetAuthMethod");
eDBget_plugins = eGetSym(ctx, ctx->eurephia_driver, "eDBget_plugins");
+ eDBadminPlugins = eGetSym(ctx, ctx->eurephia_driver, "eDBadminPlugins");
case 3:
eDBregister_vpnclientaddr = eGetSym(ctx, ctx->eurephia_driver, "eDBregister_vpnclientaddr");