X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fgetopt.h;h=b4ff823ffb4f43bb9087535d79a5f658dc330a53;hb=706c64a62fc9bcf0a86c3f0cbd07374066427cb7;hp=c6383ea741974490dcf3ac69f498a17ddc69a120;hpb=7119957a2df57af617f432dd429e1d6ae5cbe0fd;p=libucw.git diff --git a/lib/getopt.h b/lib/getopt.h index c6383ea7..b4ff823f 100644 --- a/lib/getopt.h +++ b/lib/getopt.h @@ -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);