X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2Finit.h;h=deba61222e370cf7c21a767c1b26546b575567cd;hb=7415b33b6c35134f72aa6b2a76ef99b9598234af;hp=923d988b75805470be77de4c50d0d1323591f6e0;hpb=bc8f473272ec29b0d0021dbcab6ac561ddc6249d;p=wget diff --git a/src/init.h b/src/init.h index 923d988b..deba6122 100644 --- a/src/init.h +++ b/src/init.h @@ -1,6 +1,6 @@ /* Declarations for init.c. - Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, - 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. + Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, + 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. This file is part of GNU Wget. @@ -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 *);