mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 08:09:34 -05:00
add prototype for overlay_op_walk()
This commit is contained in:
parent
772b95e588
commit
857543c1f8
1 changed files with 6 additions and 0 deletions
|
|
@ -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((
|
LDAP_SLAPD_F (int) overlay_register_control LDAP_P((
|
||||||
BackendDB *be,
|
BackendDB *be,
|
||||||
const char *oid ));
|
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
|
* ch_malloc.c
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue