]> git.sur5r.net Git - openldap/commitdiff
Declare filter_escape_value_x() and make it static.
authorHallvard Furuseth <hallvard@openldap.org>
Mon, 29 Sep 2003 14:09:31 +0000 (14:09 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Mon, 29 Sep 2003 14:09:31 +0000 (14:09 +0000)
servers/slapd/filter.c

index d634b6850dd8122d61e07fd8ff11eb02145168b6..c998615157e26ecba92ba9cf9732d4a7bc674d80 100644 (file)
@@ -26,6 +26,11 @@ static int   get_ssa(
        SubstringsAssertion **s,
        const char **text );
 
+static int filter_escape_value_x(
+       struct berval *in,
+       struct berval *out,
+       void *ctx );
+
 static void simple_vrFilter2bv(
        Operation *op,
        ValuesReturnFilter *f,
@@ -854,7 +859,7 @@ filter2bv( Filter *f, struct berval *fstr )
        filter2bv_x( &op, f, fstr );
 }
 
-int
+static int
 filter_escape_value_x(
        struct berval *in,
        struct berval *out,