Declare ldap_back_init_cf().

This commit is contained in:
Hallvard Furuseth 2005-07-17 12:06:09 +00:00
parent 98a303fca9
commit 0cc537e6f1

View File

@ -58,6 +58,8 @@ int ldap_back_op_result(struct ldapconn *lc, Operation *op, SlapReply *rs,
ber_int_t msgid, ldap_back_send_t sendok);
int back_ldap_LTX_init_module(int argc, char *argv[]);
int ldap_back_init_cf( BackendInfo *bi );
extern int ldap_back_conn_cmp( const void *c1, const void *c2);
extern int ldap_back_conn_dup( void *c1, void *c2 );
extern void ldap_back_conn_free( void *c );