changeset 1392:849f05797f68

(human_readable): Coalesce last two args into one, for convenience.
author Jim Meyering <jim@meyering.net>
date Mon, 29 Jun 1998 15:23:45 +0000
parents c9a7b76bd443
children 942e099ca5e1
files lib/human.h
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/human.h
+++ b/lib/human.h
@@ -15,6 +15,8 @@
 #  endif
 # endif
 
-char *human_readable PARAMS ((uintmax_t, char *, int, int, int));
+char *human_readable PARAMS ((uintmax_t, char *, int, int));
+
+void human_block_size PARAMS ((char const *, int, int *));
 
 #endif /* HUMAN_H_ */