X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Finit.h;h=21ebee58c00e009d0cd14460b881018f126d1936;hp=04238b4fbe254f8256109df646a225ebae358489;hb=320cfdcb658e8d6556ae9dfd902c2db1db866a6b;hpb=86395b297b58c8c9b43d7ca8c42b831d4926dac6 diff --git a/src/init.h b/src/init.h index 04238b4f..21ebee58 100644 --- a/src/init.h +++ b/src/init.h @@ -1,6 +1,7 @@ /* Declarations for init.c. - Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, - 2004, 2005, 2006, 2007 Free Software Foundation, Inc. + Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, + 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, + Inc. This file is part of GNU Wget. @@ -31,10 +32,15 @@ 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 *); char *home_dir (void); void cleanup (void); +void defaults (void); +bool run_wgetrc (const char *file); #endif /* INIT_H */