summaryrefslogtreecommitdiff
path: root/include/private/apr_dbm_private.h
diff options
context:
space:
mode:
authorianh <ianh@13f79535-47bb-0310-9956-ffa450edef68>2002-08-21 21:42:41 +0000
committerianh <ianh@13f79535-47bb-0310-9956-ffa450edef68>2002-08-21 21:42:41 +0000
commit645e84bcb967d45d00ef648b802512dc8e881197 (patch)
tree48cf7cb6ebf2d856fe5c6a2dfdc5d5ad9a124f07 /include/private/apr_dbm_private.h
parente864cf1914a3e0232b6294703b3ba528e9102e5c (diff)
downloadlibapr-util-645e84bcb967d45d00ef648b802512dc8e881197.tar.gz
Bug #9789 NDBM support for apr_dbm.
this still needs a bit more testing, but it seems to work ok for me Submitted by: Toomas Soome <tsoome@muhv.pri.ee> git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58739 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/private/apr_dbm_private.h')
-rw-r--r--include/private/apr_dbm_private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/private/apr_dbm_private.h b/include/private/apr_dbm_private.h
index 7eca153f..de3cf22b 100644
--- a/include/private/apr_dbm_private.h
+++ b/include/private/apr_dbm_private.h
@@ -146,6 +146,7 @@ struct apr_dbm_t
/* Declare all of the builtin DBM providers */
APU_DECLARE_DATA extern const apr_dbm_type_t apr_dbm_type_sdbm;
APU_DECLARE_DATA extern const apr_dbm_type_t apr_dbm_type_gdbm;
+APU_DECLARE_DATA extern const apr_dbm_type_t apr_dbm_type_ndbm;
APU_DECLARE_DATA extern const apr_dbm_type_t apr_dbm_type_db1;
APU_DECLARE_DATA extern const apr_dbm_type_t apr_dbm_type_db2;
APU_DECLARE_DATA extern const apr_dbm_type_t apr_dbm_type_db3;