]> code.citadel.org Git - citadel.git/blobdiff - citadel/config.h
fix warnings - remove variables no longer needed
[citadel.git] / citadel / config.h
index 293593b817a89763489ca1f272892e2c561abea6..8419a8c79c70f9b990a8b5ab1de62c6091f0c87e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1987-2015 by the citadel.org team
+ * Copyright (c) 1987-2016 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.
@@ -112,7 +112,9 @@ int CtdlGetConfigInt(char *);
 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);
+void netcfg_keyname(char *, long);