summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorDerrell Lipman <derrell@samba.org>2005-06-04 22:30:38 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:17:36 -0500
commit1b454c430f0ce2e86350052b5a4e23f899e9eee9 (patch)
treec93d24fcc06ac1d74d67f694867d9c08f3889de5 /source4
parente168c5fefa9119d2b8c03a8884f581b0ff9e03fe (diff)
downloadsamba-1b454c430f0ce2e86350052b5a4e23f899e9eee9.tar.gz
samba-1b454c430f0ce2e86350052b5a4e23f899e9eee9.tar.bz2
samba-1b454c430f0ce2e86350052b5a4e23f899e9eee9.zip
r7286: add prototype for public connect function in ldb_sqlite3
(This used to be commit 10d438af06b3ab442c7a98b704d2e0bfe49b739d)
Diffstat (limited to 'source4')
-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 4f86655a76..69bf4a6dc6 100644
--- a/source4/lib/ldb/include/ldb_private.h
+++ b/source4/lib/ldb/include/ldb_private.h
@@ -109,6 +109,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 *lsqlite3_connect(const char *url,
+ unsigned int flags,
+ const char *options[]);
struct ldb_module *timestamps_module_init(struct ldb_context *ldb, const char *options[]);
struct ldb_module *schema_module_init(struct ldb_context *ldb, const char *options[]);