--- servers/slapd/filter.c 2003/02/28 23:14:33 1.91 +++ servers/slapd/filter.c 2003/03/01 10:08:53 1.92 @@ -1,5 +1,5 @@ /* filter.c - routines for parsing and dealing with filters */ -/* $OpenLDAP: pkg/ldap/servers/slapd/filter.c,v 1.90 2003/02/27 00:54:43 kurt Exp $ */ +/* $OpenLDAP: pkg/ldap/servers/slapd/filter.c,v 1.91 2003/02/28 23:14:33 kurt Exp $ */ /* * Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved. * COPYING RESTRICTIONS APPLY, see COPYRIGHT file @@ -26,10 +26,6 @@ static int get_substring_filter( Filter *f, const char **text ); -static int filter_escape_value( - struct berval *in, - struct berval *out ); - static void simple_vrFilter2bv( ValuesReturnFilter *f, struct berval *fstr ); @@ -797,7 +793,8 @@ filter2bv( Filter *f, struct berval *fst } } -static int filter_escape_value( +int +filter_escape_value( struct berval *in, struct berval *out ) {