summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/include/ldb_private.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-11-07 01:32:25 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:44:40 +0100
commite7cf933d4168fc9c9aafb57c532868162c48a70d (patch)
treeacced39fa8c41c97297ba80d9a05d1e6f7ddd354 /source4/lib/ldb/include/ldb_private.h
parent2109bf0515962997a6f8002a6a6e5124ce61a60b (diff)
downloadsamba-e7cf933d4168fc9c9aafb57c532868162c48a70d.tar.gz
samba-e7cf933d4168fc9c9aafb57c532868162c48a70d.tar.bz2
samba-e7cf933d4168fc9c9aafb57c532868162c48a70d.zip
r25887: Build Samba-specific ldb modules as dso's.
(This used to be commit 9d73becbb24fbde2e319e18e84af35d9efaeefda)
Diffstat (limited to 'source4/lib/ldb/include/ldb_private.h')
-rw-r--r--source4/lib/ldb/include/ldb_private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/lib/ldb/include/ldb_private.h b/source4/lib/ldb/include/ldb_private.h
index e07083bef7..f88c55664d 100644
--- a/source4/lib/ldb/include/ldb_private.h
+++ b/source4/lib/ldb/include/ldb_private.h
@@ -73,6 +73,8 @@ struct ldb_module_ops {
typedef int (*ldb_connect_fn) (struct ldb_context *ldb, const char *url, unsigned int flags, const char *options[],
struct ldb_module **module);
+const char *ldb_default_modules_dir(void);
+
/*
schema related information needed for matching rules
*/