X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Finit.h;h=545f3405816220a2f185e0f19e9335188271007a;hp=923d988b75805470be77de4c50d0d1323591f6e0;hb=d763f8bf6d6e13ce006ffab616cc8a77e747a633;hpb=bc8f473272ec29b0d0021dbcab6ac561ddc6249d diff --git a/src/init.h b/src/init.h index 923d988b..545f3405 100644 --- a/src/init.h +++ b/src/init.h @@ -31,6 +31,9 @@ as that of the covered work. */ #ifndef INIT_H #define INIT_H +char *wgetrc_env_file_name (void); +char *wgetrc_user_file_name (void); +char *wgetrc_file_name (void); void initialize (void); void run_command (const char *); void setoptval (const char *, const char *, const char *);