]> git.sur5r.net Git - openldap/commitdiff
safe_free_string() should be static
authorKurt Zeilenga <kurt@openldap.org>
Sat, 29 May 1999 01:45:55 +0000 (01:45 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sat, 29 May 1999 01:45:55 +0000 (01:45 +0000)
libraries/libldap/schema.c

index fa6d0e9a69d7ec207a3c48c17f45db3fbe012715..d7bbadb43805a6c92dde0f26fb75734ce7b3b99f 100644 (file)
@@ -53,7 +53,7 @@ new_safe_string(int size)
        return ss;
 }
 
-void
+static void
 safe_string_free(safe_string * ss)
 {
        if ( !ss )