(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 66bedcce9574e6c2113fd7d050bc2a8a7cb592f4..de54bf8e9983248b1bf12e623c0fd9d9e5de99ad 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_ */