diff options
Diffstat (limited to 'src/init.h')
-rw-r--r-- | src/init.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ as that of the covered work. */ char *wgetrc_env_file_name (void); char *wgetrc_user_file_name (void); char *wgetrc_file_name (void); -void initialize (void); +int initialize (void); void run_command (const char *); void setoptval (const char *, const char *, const char *); char *home_dir (void); |