summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb-samba/ldb_wrap.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-10-30 11:41:11 +1100
committerAndrew Tridgell <tridge@samba.org>2010-10-30 23:49:01 +1100
commit04574d5738bb6a3bed3f6ee536b93068517263d8 (patch)
treec52bf09a3b305373903637d9b6b86393c9450765 /source4/lib/ldb-samba/ldb_wrap.h
parent228803cd015e54362e988e168a9976f6b7a27f85 (diff)
downloadsamba-04574d5738bb6a3bed3f6ee536b93068517263d8.tar.gz
samba-04574d5738bb6a3bed3f6ee536b93068517263d8.tar.xz
samba-04574d5738bb6a3bed3f6ee536b93068517263d8.zip
s4-ldbwrap: split ldb-wrap out from the LDBSAMBA subsystem
ldb-wrap and the ldif-handlers are not really related, and this allows us to remove another dependency loop Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/lib/ldb-samba/ldb_wrap.h')
-rw-r--r--source4/lib/ldb-samba/ldb_wrap.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/lib/ldb-samba/ldb_wrap.h b/source4/lib/ldb-samba/ldb_wrap.h
index 531aa9ac700..4d2539fff51 100644
--- a/source4/lib/ldb-samba/ldb_wrap.h
+++ b/source4/lib/ldb-samba/ldb_wrap.h
@@ -64,4 +64,7 @@ char *ldb_relative_path(struct ldb_context *ldb,
TALLOC_CTX *mem_ctx,
const char *name);
+int samba_ldb_connect(struct ldb_context *ldb, struct loadparm_context *lp_ctx,
+ const char *url, int flags);
+
#endif /* _LDB_WRAP_H_ */