summaryrefslogtreecommitdiffstats
path: root/database/eurephiadb_driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'database/eurephiadb_driver.h')
-rw-r--r--database/eurephiadb_driver.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/database/eurephiadb_driver.h b/database/eurephiadb_driver.h
index 421c9e0..5a3d89a 100644
--- a/database/eurephiadb_driver.h
+++ b/database/eurephiadb_driver.h
@@ -567,20 +567,6 @@ int (*eDBadminDeleteUser) (eurephiaCTX *ctx, const int uid, xmlDoc *userinfo);
/**
- * Retrieves a list of all registered certificates.
- *
- * @version API version level 2
- * @param ctx eurephiaCTX
- * @param sortkeys String containing the sort order of the fields
- *
- * @return Returns an XML document on success with all certificates, otherwise NULL
- *
- * @see eurephiaXML_getRoot()
- */
-xmlDoc *(*eDBadminGetCertificateList) (eurephiaCTX *ctx, const char *sortkeys);
-
-
-/**
* Get information about a specific certificate
*
* @version API version level 2