]> mj.ucw.cz Git - libucw.git/commitdiff
Conf: Removed declarations of cf_def_file and cf_env_file
authorMartin Mares <mj@ucw.cz>
Sat, 28 Apr 2012 16:49:35 +0000 (18:49 +0200)
committerMartin Mares <mj@ucw.cz>
Sun, 29 Apr 2012 11:57:29 +0000 (13:57 +0200)
ucw/getopt.h

index 6263d47fb6df6acd8e19968216cab5cd9614efbf..919c98d29ffe6107981206935e33e0549619ebbf 100644 (file)
@@ -27,16 +27,6 @@ void reset_getopt(void);     /** If you want to start parsing of the arguments from
  * These functions can be used to to safely load or reload configuration.
  */
 
-/**
- * The default config (as set by `CONFIG_UCW_DEFAULT_CONFIG`) or NULL if already loaded.
- * You can set it to something else manually.
- */
-extern char *cf_def_file;
-/**
- * Name of environment variable that can override what configuration is loaded.
- * Defaults to `CONFIG_UCW_ENV_VAR_CONFIG`.
- **/
-extern char *cf_env_file;
 int cf_reload(const char *file);       /** Reload configuration from @file, replace the old one. **/
 int cf_load(const char *file);         /** Load configuration from @file. If @file is NULL, reload all loaded configuration files. **/
 /**