]> sjero.net Git - wget/blobdiff - src/utils.h
[svn] New function xsleep that resumes sleeps interrupted by signals
[wget] / src / utils.h
index 3e35e3339cf0a786351c7449f6ad6baf1e1d865d..972d5502debaa68c7c3809ce98b09a53dc8e5c7e 100644 (file)
@@ -121,5 +121,6 @@ int random_number PARAMS ((int));
 double random_float PARAMS ((void));
 
 int run_with_timeout PARAMS ((double, void (*) (void *), void *));
+void xsleep PARAMS ((double));
 
 #endif /* UTILS_H */