]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/config.h
ITS#7964 avoid double-unescaping rewrite rules
[openldap] / servers / slapd / config.h
index 0beb62976bb293436f4f67f4102d4e215aedecf2..ce7c953b8d0bf93963d8f1fe41e89b2d88cd9536 100644 (file)
@@ -196,6 +196,7 @@ int config_add_vals(ConfigTable *ct, ConfigArgs *c);
 void init_config_argv( ConfigArgs *c );
 int init_config_attrs(ConfigTable *ct);
 int init_config_ocs( ConfigOCs *ocs );
+void config_parse_ldif( ConfigArgs *c );
 int config_parse_vals(ConfigTable *ct, ConfigArgs *c, int valx);
 int config_parse_add(ConfigTable *ct, ConfigArgs *c, int valx);
 int read_config_file(const char *fname, int depth, ConfigArgs *cf,