]> sjero.net Git - wget/blobdiff - src/utils.h
[svn] Support human-readable file size printing.
[wget] / src / utils.h
index 1b3da62831c1cadf095599164ab85cdf7ef9eadc..5845f80ffe47aee43d24017d775dfc49a8c3e8a2 100644 (file)
@@ -112,8 +112,9 @@ int string_set_contains PARAMS ((struct hash_table *, const char *));
 void string_set_free PARAMS ((struct hash_table *));
 void free_keys_and_values PARAMS ((struct hash_table *));
 
-char *legible PARAMS ((wgint));
-char *legible_large_int PARAMS ((LARGE_INT));
+char *with_thousand_seps PARAMS ((wgint));
+char *with_thousand_seps_large PARAMS ((LARGE_INT));
+char *human_readable PARAMS ((wgint));
 int numdigit PARAMS ((wgint));
 char *number_to_string PARAMS ((char *, wgint));
 char *number_to_static_string PARAMS ((wgint));