]> sjero.net Git - wget/blobdiff - src/utils.h
[svn] Implemented breadth-first retrieval.
[wget] / src / utils.h
index 0de289dbe2eee80d1c33c215947c94fae1ec7533..ae7f47a39f8beaa348da8b1bd9138be187f1e811 100644 (file)
@@ -44,18 +44,17 @@ 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
 
+char *xstrdup_lower PARAMS ((const char *));
 char *strdupdelim PARAMS ((const char *, const char *));
 char **sepstring PARAMS ((const char *));
 int frontcmp PARAMS ((const char *, const char *));
 char *pwd_cuserid PARAMS ((char *));
 void fork_to_background PARAMS ((void));
-void path_simplify PARAMS ((char *));
+int path_simplify PARAMS ((char *));
 
 void touch PARAMS ((const char *, time_t));
 int remove_link PARAMS ((const char *));
@@ -63,6 +62,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));
@@ -99,4 +99,6 @@ long wtimer_granularity PARAMS ((void));
 
 char *html_quote_string PARAMS ((const char *));
 
+int determine_screen_width PARAMS ((void));
+
 #endif /* UTILS_H */