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

r16084: Add private prototype for new ldb_connect_backend() function.

Andrew Bartlett
This commit is contained in:
Andrew Bartlett
2006-06-07 22:03:06 +00:00
committed by Gerald (Jerry) Carter
parent fbe7d0ca90
commit 6841262230

View File

@@ -130,6 +130,11 @@ struct ldb_context {
*/
#define ldb_oom(ldb) ldb_debug_set(ldb, LDB_DEBUG_FATAL, "ldb out of memory at %s:%d\n", __FILE__, __LINE__)
/* The following definitions come from lib/ldb/common/ldb.c */
int ldb_connect_backend(struct ldb_context *ldb, const char *url, unsigned int flags, const char *options[],
struct ldb_module **backend_module);
/* The following definitions come from lib/ldb/common/ldb_modules.c */
int ldb_load_modules(struct ldb_context *ldb, const char *options[]);