X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fconfig.h;h=2dc63c51f7b7efb61991402b7a4e5c07f8bda8dc;hb=HEAD;hp=f541ebfa2528cf39522b5ff6414f449981cd9c7f;hpb=154ecc9117291889ed20b392e65725f883a2d962;p=citadel.git diff --git a/citadel/config.h b/citadel/config.h deleted file mode 100644 index f541ebfa2..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); -