summaryrefslogtreecommitdiffstats
path: root/database/eurephiadb_driver.h
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_driver.h
parent44423c753476b5960dd129fc8bdde8778f51ffad (diff)
downloadeurephia-5f208d0f6c0281569f14299965beff12807272c6.tar.gz
eurephia-5f208d0f6c0281569f14299965beff12807272c6.tar.xz
eurephia-5f208d0f6c0281569f14299965beff12807272c6.zip
Added eDBadminGetFirewallProfiles(...) function in DB driver
Diffstat (limited to 'database/eurephiadb_driver.h')
-rw-r--r--database/eurephiadb_driver.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/database/eurephiadb_driver.h b/database/eurephiadb_driver.h
index 31040d8..5ada459 100644
--- a/database/eurephiadb_driver.h
+++ b/database/eurephiadb_driver.h
@@ -123,6 +123,8 @@ int (*eDBadminUpdateUserCertLink) (eurephiaCTX *ctx, xmlDoc *usrcrt_xml);
xmlDoc *(*eDBadminGetAdminAccess) (eurephiaCTX *ctx, xmlDoc *srch_xml);
int (*eDBadminEditAdminAccess) (eurephiaCTX *ctx, xmlDoc *grant_xml);
+xmlDoc *(*eDBadminGetFirewallProfiles) (eurephiaCTX *ctx, xmlDoc *srch);
+
xmlDoc *(*eDBadminGetLastlog) (eurephiaCTX *ctx, xmlDoc *srch, const char *sortkeys);
xmlDoc *(*eDBadminGetAttemptsLog) (eurephiaCTX *ctx, xmlDoc *usersrch, xmlDoc *certsrch, const char *sortkeys);
#endif /* HAVE_LIBXML2 */