]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/str2filter.c
ITS#6075, cleanup, add missing equality match
[openldap] / servers / slapd / str2filter.c
index b6aa778c6b85fd71bd1567eeb4d47b7555d596bd..0c593f69b87dc0ad8031e4b2566655aae39fa4df 100644 (file)
@@ -1,8 +1,8 @@
-/* str2filter.c - parse an RFC 2554 string filter */
+/* str2filter.c - parse an RFC 4515 string filter */
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 1998-2005 The OpenLDAP Foundation.
+ * Copyright 1998-2009 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
 
 #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 )