]> git.sur5r.net Git - openldap/commitdiff
add prototype for overlay_op_walk()
authorLuke Howard <lukeh@openldap.org>
Thu, 21 Jul 2005 13:35:59 +0000 (13:35 +0000)
committerLuke Howard <lukeh@openldap.org>
Thu, 21 Jul 2005 13:35:59 +0000 (13:35 +0000)
servers/slapd/proto-slap.h

index c632c6145cbbea68ba17dcee37345d682a8517e1..b571762887ba6403a50d63bdc42681b960a89827 100644 (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