X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fserver%2Fconfig.h;h=cbe2548c92909688b058556f117175008d5421f4;hb=fd392a81796b0b94695e642fc095e1f9c8278c8b;hp=df68382922581dd62d558064dab717ddbd6e6534;hpb=7fdce22e285009cc6e779b943aeabafa24942cb5;p=citadel.git diff --git a/citadel/server/config.h b/citadel/server/config.h index df6838292..cbe2548c9 100644 --- a/citadel/server/config.h +++ b/citadel/server/config.h @@ -1,12 +1,7 @@ -// Copyright (c) 1987-2016 by the citadel.org team +// Copyright (c) 1987-2024 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. +// This program is open source software. Use, duplication, or disclosure +// are subject to the terms of the GNU General Public License version 3. #include "serv_extensions.h" #include "citadel_dirs.h" @@ -106,7 +101,6 @@ long CtdlGetConfigLong(char *); void CtdlSetConfigInt(char *key, int value); void CtdlSetConfigLong(char *key, long value); void CtdlDelConfig(char *key); - char *CtdlGetSysConfig(char *sysconfname); void CtdlPutSysConfig(char *sysconfname, char *sysconfdata); void validate_config(void);