]> sjero.net Git - wget/blobdiff - src/utils.h
[svn] Generalize connect_with_timeout into run_with_timeout.
[wget] / src / utils.h
index 162ddd7042bc6b4eda97e8d13be0118d162f721b..a941c5f9278feb933e7fe069a609132e83392178 100644 (file)
@@ -106,4 +106,6 @@ char *html_quote_string PARAMS ((const char *));
 int determine_screen_width PARAMS ((void));
 int random_number PARAMS ((int));
 
+int run_with_timeout PARAMS ((long, void (*) (void *), void *));
+
 #endif /* UTILS_H */