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:
committed by
Gerald (Jerry) Carter
parent
ae9c2d2b54
commit
10d438af06
@@ -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[]);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user