]> sjero.net Git - wget/blobdiff - src/utils.h
replaced read_whole_file() by getline()
[wget] / src / utils.h
index 409cdc5a75e69526a2a764d8863205118d7d0dd9..7c6f2ce24f0a5738d5eed64ea623c86f5be7768f 100644 (file)
@@ -98,7 +98,6 @@ bool has_wildcards_p (const char *);
 
 bool has_html_suffix_p (const char *);
 
-char *read_whole_line (FILE *);
 struct file_memory *wget_read_file (const char *);
 void wget_read_file_free (struct file_memory *);
 
@@ -155,6 +154,8 @@ void stable_sort (void *, size_t, size_t, int (*) (const void *, const void *));
 
 const char *print_decimal (double);
 
+size_t get_max_length (const char *path, int length, int name);
+
 extern unsigned char char_prop[];
 
 #endif /* UTILS_H */