X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Finit.h;h=545f3405816220a2f185e0f19e9335188271007a;hp=923d988b75805470be77de4c50d0d1323591f6e0;hb=5e7f976fa1be6af7b5698972289107747fe37d0e;hpb=54097c0e2867e48f9246624eaabe56eb5f279d1f 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 *);