]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/str2filter.c
alternate fix to ITS#3916
[openldap] / servers / slapd / str2filter.c
index b6aa778c6b85fd71bd1567eeb4d47b7555d596bd..374ec60b2f45b3e14544fd35a85bf224b49a769d 100644 (file)
 
 #include "slap.h"
 
-#if 0 /* unused */
-static char    *find_matching_paren( const char *s );
-#endif /* unused */
-static Filter  *str2list( const char *str, long unsigned int ftype);
-static Filter  *str2simple( const char *str);
-static int     str2subvals( const char *val, Filter *f);
 
 Filter *
 str2filter_x( Operation *op, const char *str )