summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/include/ldb_private.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-06-17 02:47:26 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:18:19 -0500
commit03b0f279ed7d1ed7083e0c2301af94ff39f0e8a4 (patch)
treefdbfa5117cd172c406ff6343b62dbacc1c4f5ab6 /source4/lib/ldb/include/ldb_private.h
parent52400f0f7d26727a59797e21c09a1433daf094e4 (diff)
downloadsamba-03b0f279ed7d1ed7083e0c2301af94ff39f0e8a4.tar.gz
samba-03b0f279ed7d1ed7083e0c2301af94ff39f0e8a4.tar.bz2
samba-03b0f279ed7d1ed7083e0c2301af94ff39f0e8a4.zip
r7667: added a ldb ildap backend, using our internal ldap client library. Next step is to
remove the check for the ldap libraries in configure (This used to be commit 74841dbb2a86bb1c584b5c26c4cd24a818a65a34)
Diffstat (limited to 'source4/lib/ldb/include/ldb_private.h')
-rw-r--r--source4/lib/ldb/include/ldb_private.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/lib/ldb/include/ldb_private.h b/source4/lib/ldb/include/ldb_private.h
index e022d68ec7..4acdd543f2 100644
--- a/source4/lib/ldb/include/ldb_private.h
+++ b/source4/lib/ldb/include/ldb_private.h
@@ -120,6 +120,9 @@ struct ldb_context *ltdb_connect(const char *url,
struct ldb_context *lldb_connect(const char *url,
unsigned int flags,
const char *options[]);
+struct ldb_context *ildb_connect(const char *url,
+ unsigned int flags,
+ const char *options[]);
struct ldb_context *lsqlite3_connect(const char *url,
unsigned int flags,
const char *options[]);