]> git.sur5r.net Git - openldap/commitdiff
Missed integration pieces for ITS#5419
authorQuanah Gibson-Mount <quanah@openldap.org>
Mon, 14 Apr 2008 22:21:29 +0000 (22:21 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Mon, 14 Apr 2008 22:21:29 +0000 (22:21 +0000)
servers/slapd/proto-slap.h

index 69234d99fc7572aa934209ec4c7a00ed9da7a2e4..0be103a967c85caa0586017066d4875a2ed9dd43 100644 (file)
@@ -1394,9 +1394,6 @@ LDAP_SLAPD_F (Operation *) slap_op_alloc LDAP_P((
        BerElement *ber, ber_int_t msgid,
        ber_tag_t tag, ber_int_t id, void *ctx ));
 
-LDAP_SLAPD_F (int) slap_op_add LDAP_P(( Operation **olist, Operation *op ));
-LDAP_SLAPD_F (int) slap_op_remove LDAP_P(( Operation **olist, Operation *op ));
-LDAP_SLAPD_F (Operation *) slap_op_pop LDAP_P(( Operation **olist ));
 LDAP_SLAPD_F (slap_op_t) slap_req2op LDAP_P(( ber_tag_t tag ));
 
 /*