]> sjero.net Git - wget/blobdiff - src/utils.h
[svn] Match hosts against domains per Netscape cookie "specification".
[wget] / src / utils.h
index fedd2b33f167f32c555f19475944078fec4514ab..d8e4481c7c915e89186267f70e2a7d024e736e59 100644 (file)
@@ -48,12 +48,15 @@ char *datetime_str PARAMS ((time_t *));
 void print_malloc_debug_stats ();
 #endif
 
+char *xstrdup_lower PARAMS ((const char *));
+int count_char PARAMS ((const char *, 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 *));
@@ -66,6 +69,7 @@ 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 *));
 
 char *read_whole_line PARAMS ((FILE *));
 struct file_memory *read_file PARAMS ((const char *));
@@ -98,4 +102,6 @@ long wtimer_granularity PARAMS ((void));
 
 char *html_quote_string PARAMS ((const char *));
 
+int determine_screen_width PARAMS ((void));
+
 #endif /* UTILS_H */