X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=inline;f=lib%2Fgetopt.h;h=b4ff823ffb4f43bb9087535d79a5f658dc330a53;hb=5c21b096ab39ece4c9ad80047144b2fde0c54758;hp=c6383ea741974490dcf3ac69f498a17ddc69a120;hpb=e772e1bde20eb3866ecb7c63d2276b3ae4ea95d5;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);