X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2Futils.h;h=a941c5f9278feb933e7fe069a609132e83392178;hb=f3d3a50a5697957befaf94cb44797234a68068c3;hp=162ddd7042bc6b4eda97e8d13be0118d162f721b;hpb=cfd7b9a95112926333757b2f35e8861e69059502;p=wget diff --git a/src/utils.h b/src/utils.h index 162ddd70..a941c5f9 100644 --- a/src/utils.h +++ b/src/utils.h @@ -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 */