X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fconfig.h;h=d1529c5a00cfb79dca8e8404643359db4acbe6e7;hb=60f03c2407f834ba677dfac9fe545db255ac8263;hp=0a99f5b52a89966e602b0f88ab2bfec6f80d03e8;hpb=28391e51fb1a9c0002bb0154f56ce73770894b88;p=citadel.git diff --git a/citadel/config.h b/citadel/config.h index 0a99f5b52..d1529c5a0 100644 --- a/citadel/config.h +++ b/citadel/config.h @@ -1,5 +1,21 @@ +/* + * 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); -extern struct config config; -extern char bbs_home_directory[PATH_MAX]; -extern int home_specified; + +char *CtdlGetSysConfig(char *sysconfname); +void CtdlPutSysConfig(char *sysconfname, char *sysconfdata);