X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Finit.h;h=70b3a56e41ccabde3d230064618c6331400050c1;hp=3bddd16db741714af65288b98d106ef8ae475fe9;hb=277e840a0f8e3ec8800cfe7407fe3c16000bc622;hpb=9000d2b527680b4b13964475d84df42815d40e37 diff --git a/src/init.h b/src/init.h index 3bddd16d..70b3a56e 100644 --- a/src/init.h +++ b/src/init.h @@ -30,10 +30,10 @@ so, delete this exception statement from your version. */ #ifndef INIT_H #define INIT_H -void initialize PARAMS ((void)); -void run_command PARAMS ((const char *)); -void setoptval PARAMS ((const char *, const char *, const char *)); -char *home_dir PARAMS ((void)); -void cleanup PARAMS ((void)); +void initialize (void); +void run_command (const char *); +void setoptval (const char *, const char *, const char *); +char *home_dir (void); +void cleanup (void); #endif /* INIT_H */