mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
add prototype for overlay_op_walk()
This commit is contained in:
parent
772b95e588
commit
857543c1f8
@ -365,6 +365,12 @@ LDAP_SLAPD_F (int) overlay_is_inst LDAP_P(( BackendDB *be, const char *name ));
|
||||
LDAP_SLAPD_F (int) overlay_register_control LDAP_P((
|
||||
BackendDB *be,
|
||||
const char *oid ));
|
||||
LDAP_SLAPD_F (int) overlay_op_walk LDAP_P((
|
||||
Operation *op,
|
||||
SlapReply *rs,
|
||||
slap_operation_t which,
|
||||
slap_overinfo *oi,
|
||||
slap_overinst *on ));
|
||||
|
||||
/*
|
||||
* ch_malloc.c
|
||||
|
Loading…
Reference in New Issue
Block a user