X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fconfig.h;h=3b7f4c531b197f147a143e732b24b2f1c355bfb3;hb=4cfb6ca506e465b2d403502eeeb56e73c2b6fde2;hp=eb61711cc44339b857addc0dbafabeab54f200bf;hpb=aeaf8a5156ad3264e7dd3ead97366fba5ab4f74d;p=citadel.git diff --git a/citadel/config.h b/citadel/config.h index eb61711cc..3b7f4c531 100644 --- a/citadel/config.h +++ b/citadel/config.h @@ -1,20 +1,20 @@ /* - * Copyright (c) 1987-2012 by the citadel.org team + * Copyright (c) 1987-2015 by the citadel.org team * - * This program is open source software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 3. + * This program is open source software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 3. * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. */ #include "serv_extensions.h" #include "citadel_dirs.h" - -void get_config(void); +void initialize_config_system(void); +void shutdown_config_system(void); void put_config(void); char *CtdlGetSysConfig(char *sysconfname);