X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fconfig.h;h=2dc63c51f7b7efb61991402b7a4e5c07f8bda8dc;hb=HEAD;hp=eb61711cc44339b857addc0dbafabeab54f200bf;hpb=88c52d18e496b38205b30eff94c14eef59558f51;p=citadel.git diff --git a/citadel/config.h b/citadel/config.h deleted file mode 100644 index eb61711cc..000000000 --- a/citadel/config.h +++ /dev/null @@ -1,22 +0,0 @@ -/* - * Copyright (c) 1987-2012 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 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 put_config(void); - -char *CtdlGetSysConfig(char *sysconfname); -void CtdlPutSysConfig(char *sysconfname, char *sysconfdata); -void validate_config(void);