summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb-samba/ldb_wrap.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-10-10 23:45:23 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-10-10 23:45:23 +0200
commite2f3e10b1a47e195e9b329ac244be93c2fcdf0a0 (patch)
tree88549fc4df55870e274155a2074acd688339ee9f /source4/lib/ldb-samba/ldb_wrap.h
parent33c4b85058f21ab9865bc7cf1b49b7bd38e0275d (diff)
downloadsamba-e2f3e10b1a47e195e9b329ac244be93c2fcdf0a0.tar.gz
samba-e2f3e10b1a47e195e9b329ac244be93c2fcdf0a0.tar.xz
samba-e2f3e10b1a47e195e9b329ac244be93c2fcdf0a0.zip
ldb-samba: Rename samdb_relative_path to ldb_relative_path, as it's not samdb-specific.
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 a835f665fc0..531aa9ac700 100644
--- a/source4/lib/ldb-samba/ldb_wrap.h
+++ b/source4/lib/ldb-samba/ldb_wrap.h
@@ -60,5 +60,8 @@ bool ldb_wrap_add(const char *url, struct tevent_context *ev,
struct cli_credentials *credentials,
int flags,
struct ldb_context *ldb);
+char *ldb_relative_path(struct ldb_context *ldb,
+ TALLOC_CTX *mem_ctx,
+ const char *name);
#endif /* _LDB_WRAP_H_ */