]> mj.ucw.cz Git - libucw.git/blobdiff - lib/getopt.h
Merge with git+ssh://git.ucw.cz/projects/sherlock/GIT/sherlock.git
[libucw.git] / lib / getopt.h
index c6383ea741974490dcf3ac69f498a17ddc69a120..b4ff823ffb4f43bb9087535d79a5f658dc330a53 100644 (file)
@@ -22,6 +22,7 @@ void reset_getopt(void);
 /* Safe loading and reloading of configuration files: conf-input.c */
 
 extern char *cf_def_file;              /* DEFAULT_CONFIG; NULL if already loaded */
+extern char *cf_env_file;              /* ENV_VAR_CONFIG */
 int cf_reload(const char *file);
 int cf_load(const char *file);
 int cf_set(const char *string);