1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-02 00:23:50 +03:00

r7286: add prototype for public connect function in ldb_sqlite3

This commit is contained in:
Derrell Lipman
2005-06-04 22:30:38 +00:00
committed by Gerald (Jerry) Carter
parent ae9c2d2b54
commit 10d438af06

View File

@@ -109,6 +109,9 @@ struct ldb_context *ltdb_connect(const char *url,
struct ldb_context *lldb_connect(const char *url, struct ldb_context *lldb_connect(const char *url,
unsigned int flags, unsigned int flags,
const char *options[]); 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 *timestamps_module_init(struct ldb_context *ldb, const char *options[]);
struct ldb_module *schema_module_init(struct ldb_context *ldb, const char *options[]); struct ldb_module *schema_module_init(struct ldb_context *ldb, const char *options[]);