X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=servers%2Fslapd%2Fconfig.h;h=ce7c953b8d0bf93963d8f1fe41e89b2d88cd9536;hb=8b8890bddc98c1110f41c81981fc07de7fc35fa9;hp=932aba33e211d0e949a0790c020f1fb882d4d9b7;hpb=5e028ae83938177473d26ceb6b12d1c0728d9766;p=openldap diff --git a/servers/slapd/config.h b/servers/slapd/config.h index 932aba33e2..ce7c953b8d 100644 --- a/servers/slapd/config.h +++ b/servers/slapd/config.h @@ -2,7 +2,7 @@ /* $OpenLDAP$ */ /* This work is part of OpenLDAP Software . * - * Copyright 1998-2014 The OpenLDAP Foundation. + * Copyright 1998-2015 The OpenLDAP Foundation. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -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,