(human_readable): Coalesce last two args into one, for convenience.
authorJim Meyering <jim@meyering.net>
Mon, 29 Jun 1998 15:23:45 +0000 (15:23 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 29 Jun 1998 15:23:45 +0000 (15:23 +0000)
lib/human.h

index 66bedcc..de54bf8 100644 (file)
@@ -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_ */