diff options
Diffstat (limited to 'src/init.h')
-rw-r--r-- | src/init.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,6 +41,6 @@ void setoptval (const char *, const char *, const char *); char *home_dir (void); void cleanup (void); void defaults (void); -bool run_wgetrc (const char *file); +bool run_wgetrc (const char *file, file_stats_t *); #endif /* INIT_H */ |