From: Jim Meyering Date: Mon, 29 Jun 1998 15:23:45 +0000 (+0000) Subject: (human_readable): Coalesce last two args into one, for convenience. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c65fe04fafc9af53ae9229c4563313e3358eabda;p=pspp (human_readable): Coalesce last two args into one, for convenience. --- diff --git a/lib/human.h b/lib/human.h index 66bedcce95..de54bf8e99 100644 --- 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_ */