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:
parent
fff18e0cc3
commit
6b5a0cf630
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user