X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2Futils.h;h=fedd2b33f167f32c555f19475944078fec4514ab;hb=d5be8ecca466601bda9b81c28a79077fbda6ccde;hp=0de289dbe2eee80d1c33c215947c94fae1ec7533;hpb=0b056d17201d2bae32857dbec4c8f7a95578cdf9;p=wget diff --git a/src/utils.h b/src/utils.h index 0de289db..fedd2b33 100644 --- a/src/utils.h +++ b/src/utils.h @@ -44,8 +44,6 @@ struct wget_timer; char *time_str PARAMS ((time_t *)); char *datetime_str PARAMS ((time_t *)); -const char *uerrmsg PARAMS ((uerr_t)); - #ifdef DEBUG_MALLOC void print_malloc_debug_stats (); #endif @@ -63,6 +61,7 @@ int file_exists_p PARAMS ((const char *)); int file_non_directory_p PARAMS ((const char *)); int make_directory PARAMS ((const char *)); char *unique_name PARAMS ((const char *)); +char *file_merge PARAMS ((const char *, const char *)); int acceptable PARAMS ((const char *)); int accdir PARAMS ((const char *s, enum accd));