add prototype for overlay_op_walk()

This commit is contained in:
Luke Howard 2005-07-21 13:35:59 +00:00
parent 772b95e588
commit 857543c1f8

View File

@ -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