X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2Fmswindows.h;h=71687278d2ab718279bf8645a1520808474ef7df;hb=a9a2b34b052cfa903462124f59fbfeed7eaf374b;hp=8fe9a3446ecdfefeaafccd2dfca412972dc03607;hpb=86395b297b58c8c9b43d7ca8c42b831d4926dac6;p=wget diff --git a/src/mswindows.h b/src/mswindows.h index 8fe9a344..71687278 100644 --- a/src/mswindows.h +++ b/src/mswindows.h @@ -1,6 +1,6 @@ /* Declarations for windows Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, - 2004, 2005, 2006, 2007 Free Software Foundation, Inc. + 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. This file is part of GNU Wget. @@ -78,6 +78,8 @@ as that of the covered work. */ # define strncasecmp strnicmp #endif +#include + /* The same for snprintf() and vsnprintf(). */ #define snprintf _snprintf #define vsnprintf _vsnprintf @@ -209,6 +211,6 @@ void ws_startup (void); void ws_changetitle (const char *); void ws_percenttitle (double); char *ws_mypath (void); -void windows_main (int *, char **, char **); +void windows_main (char **); #endif /* MSWINDOWS_H */