From ae5612ca6e74ba251cd10fc853dcf9694c0fecf1 Mon Sep 17 00:00:00 2001 From: Mark Whitley Date: Wed, 7 Mar 2001 17:42:07 +0000 Subject: Some minor cleanups to df.c. Also, with Erik's blessing, changed name of 'format' function to 'make_human_readable_str'. --- busybox.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'busybox.h') diff --git a/busybox.h b/busybox.h index 99932095b..573cce190 100644 --- a/busybox.h +++ b/busybox.h @@ -233,7 +233,7 @@ extern int sysinfo (struct sysinfo* info); #endif #ifdef BB_FEATURE_HUMAN_READABLE -const char *format(unsigned long val, unsigned long hr); +const char *make_human_readable_str(unsigned long val, unsigned long hr); #endif #define KILOBYTE 1024 #define MEGABYTE (KILOBYTE*1024) -- cgit v1.2.3