summaryrefslogtreecommitdiffstats
path: root/database/eurephiadb.c
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2009-03-28 23:25:51 +0100
committerDavid Sommerseth <dazo@users.sourceforge.net>2009-03-28 23:25:51 +0100
commit5f208d0f6c0281569f14299965beff12807272c6 (patch)
tree8bd4cb21e685ff5535b46f9388a0027f1d462f3d /database/eurephiadb.c
parent44423c753476b5960dd129fc8bdde8778f51ffad (diff)
downloadeurephia-5f208d0f6c0281569f14299965beff12807272c6.tar.gz
eurephia-5f208d0f6c0281569f14299965beff12807272c6.tar.xz
eurephia-5f208d0f6c0281569f14299965beff12807272c6.zip
Added eDBadminGetFirewallProfiles(...) function in DB driver
Diffstat (limited to 'database/eurephiadb.c')
-rw-r--r--database/eurephiadb.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/database/eurephiadb.c b/database/eurephiadb.c
index 3b697dc..f90abb2 100644
--- a/database/eurephiadb.c
+++ b/database/eurephiadb.c
@@ -108,6 +108,8 @@ int eDBlink_init(eurephiaCTX *ctx, const char *dbl, const int minver)
eDBadminGetAdminAccess = eGetSym(ctx, ctx->eurephia_driver, "eDBadminGetAdminAccess");
eDBadminEditAdminAccess = eGetSym(ctx, ctx->eurephia_driver, "eDBadminEditAdminAccess");
+ eDBadminGetFirewallProfiles = eGetSym(ctx, ctx->eurephia_driver, "eDBadminGetFirewallProfiles");
+
eDBadminGetLastlog = eGetSym(ctx, ctx->eurephia_driver, "eDBadminGetLastlog");
eDBadminGetAttemptsLog = eGetSym(ctx, ctx->eurephia_driver, "eDBadminGetAttemptsLog");
#endif