From 860e606605c28a94c861b4df0784e46f7df3b14b Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 28 Apr 2012 18:49:35 +0200 Subject: [PATCH] Conf: Removed declarations of cf_def_file and cf_env_file --- ucw/getopt.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/ucw/getopt.h b/ucw/getopt.h index 6263d47f..919c98d2 100644 --- a/ucw/getopt.h +++ b/ucw/getopt.h @@ -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. **/ /** -- 2.39.5