]> sjero.net Git - wget/blobdiff - src/utils.h
[svn] Move fnmatch() to cmpt.c and don't use it under GNU libc.
[wget] / src / utils.h
index 18752a5f015cee53501b3791af7dac46d0f5668d..01a1d3de0e2e5943bc10ff39a68db4c106502b06 100644 (file)
@@ -80,6 +80,7 @@ int acceptable PARAMS ((const char *));
 int accdir PARAMS ((const char *s, enum accd));
 char *suffix PARAMS ((const char *s));
 int match_tail PARAMS ((const char *, const char *, int));
+int has_wildcards_p PARAMS ((const char *));
 
 int has_html_suffix_p PARAMS ((const char *));
 
@@ -116,7 +117,8 @@ char *html_quote_string PARAMS ((const char *));
 
 int determine_screen_width PARAMS ((void));
 int random_number PARAMS ((int));
+double random_float PARAMS ((void));
 
-int run_with_timeout PARAMS ((long, void (*) (void *), void *));
+int run_with_timeout PARAMS ((double, void (*) (void *), void *));
 
 #endif /* UTILS_H */