1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-12 20:58:37 +03:00

ldb: Add prototype for ldb_init_module.

This commit is contained in:
Jelmer Vernooij 2010-12-18 00:11:36 +01:00
parent fff18e0cc3
commit 6b5a0cf630

View File

@ -313,5 +313,10 @@ int ldb_module_connect_backend(struct ldb_context *ldb,
*/
int ldb_module_init_chain(struct ldb_context *ldb, struct ldb_module *module);
/*
* prototype for the init function defined by dynamically loaded modules
*/
int ldb_init_module(const char *version);
#endif