]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap/schema.c
stdlib.h should be included as <ac/stdlib.h>
[openldap] / libraries / libldap / schema.c
index 18a66483580a24895a36d6f09da34e1d25697bbf..cf7a9923c47c807cfeae7a0a51dde41c51c3f5b0 100644 (file)
@@ -736,7 +736,7 @@ parse_whsp(const char **sp)
  */
 
 /* Parse a sequence of dot-separated decimal strings */
-static char *
+char *
 parse_numericoid(const char **sp, int *code, const int flags)
 {
        char * res;