]> git.sur5r.net Git - openldap/commitdiff
Fix ITS#6814: Restore filter2bv_x() prototype.
authorHallvard Furuseth <hallvard@openldap.org>
Fri, 4 Feb 2011 21:12:48 +0000 (21:12 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Fri, 4 Feb 2011 21:12:48 +0000 (21:12 +0000)
It was removed in proto-slap.h 1.814, but the function is still in use.

servers/slapd/proto-slap.h

index 6e38694d9c8aee23a7a340c7cf085fe3c9867714..a4846b97d4012c65f815809b9c5d062008426bd4 100644 (file)
@@ -1095,6 +1095,7 @@ LDAP_SLAPD_F (int) get_filter LDAP_P((
 LDAP_SLAPD_F (void) filter_free LDAP_P(( Filter *f ));
 LDAP_SLAPD_F (void) filter_free_x LDAP_P(( Operation *op, Filter *f, int freeme ));
 LDAP_SLAPD_F (void) filter2bv LDAP_P(( Filter *f, struct berval *bv ));
+LDAP_SLAPD_F (void) filter2bv_x LDAP_P(( Operation *op, Filter *f, struct berval *bv ));
 LDAP_SLAPD_F (void) filter2bv_undef LDAP_P(( Filter *f, int noundef, struct berval *bv ));
 LDAP_SLAPD_F (void) filter2bv_undef_x LDAP_P(( Operation *op, Filter *f, int noundef, struct berval *bv ));
 LDAP_SLAPD_F (Filter *) filter_dup LDAP_P(( Filter *f, void *memctx ));