aboutsummaryrefslogtreecommitdiff
path: root/include/busybox.h
diff options
context:
space:
mode:
authorMark Whitley <markw@lineo.com>2001-03-07 17:42:07 +0000
committerMark Whitley <markw@lineo.com>2001-03-07 17:42:07 +0000
commitae5612ca6e74ba251cd10fc853dcf9694c0fecf1 (patch)
treeba3e50459f4b4ae476ce19e797c68c5e6de055e0 /include/busybox.h
parentae20128e9f7a7d31629079068b04cf7119cc40df (diff)
downloadbusybox-ae5612ca6e74ba251cd10fc853dcf9694c0fecf1.tar.gz
Some minor cleanups to df.c. Also, with Erik's blessing, changed name of
'format' function to 'make_human_readable_str'.
Diffstat (limited to 'include/busybox.h')
-rw-r--r--include/busybox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/busybox.h b/include/busybox.h
index 99932095b..573cce190 100644
--- a/include/busybox.h
+++ b/include/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)