X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2Futils.h;h=01a1d3de0e2e5943bc10ff39a68db4c106502b06;hb=097923f7b19a1f40313ecce0e743e42df5c75673;hp=3ae279cf341fee3b77b6aa383c7963b801a069a1;hpb=ea8a108b1f23dc1794bb6a1b561dc995a46e36b2;p=wget diff --git a/src/utils.h b/src/utils.h index 3ae279cf..01a1d3de 100644 --- a/src/utils.h +++ b/src/utils.h @@ -73,13 +73,14 @@ int file_exists_p PARAMS ((const char *)); int file_non_directory_p PARAMS ((const char *)); long file_size PARAMS ((const char *)); int make_directory PARAMS ((const char *)); -char *unique_name PARAMS ((const char *)); +char *unique_name PARAMS ((const char *, int)); char *file_merge PARAMS ((const char *, const char *)); 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 */