]> sjero.net Git - wget/blobdiff - src/mswindows.h
[svn] Windows fixes by Gisle Vanem.
[wget] / src / mswindows.h
index 72fe8e96abe2caad70185fcaa70e8c40ea35590d..b7d9c9492d5ca7998f3811e041466e8df540efb1 100644 (file)
@@ -127,12 +127,17 @@ so, delete this exception statement from your version.  */
 
 /* Public functions.  */
 
+#ifndef HAVE_SLEEP
 unsigned int sleep (unsigned);
+#endif
+#ifndef HAVE_USLEEP
+int usleep (unsigned long);
+#endif
+
 void ws_startup (void);
 void ws_changetitle (char*, int);
 char *ws_mypath (void);
 void ws_help (const char *);
 void windows_main_junk (int *, char **, char **);
-int usleep (unsigned long);
 
 #endif /* MSWINDOWS_H */