aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormarkw <markw@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-03-07 17:42:07 +0000
committermarkw <markw@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-03-07 17:42:07 +0000
commit5246b7f84e7444385badb568d791d3fdda44d8dd (patch)
treeba3e50459f4b4ae476ce19e797c68c5e6de055e0 /include
parent02826349291e659213f4d2e284edd4989626d5e5 (diff)
downloadbusybox-w32-5246b7f84e7444385badb568d791d3fdda44d8dd.tar.gz
busybox-w32-5246b7f84e7444385badb568d791d3fdda44d8dd.tar.bz2
busybox-w32-5246b7f84e7444385badb568d791d3fdda44d8dd.zip
Some minor cleanups to df.c. Also, with Erik's blessing, changed name of
'format' function to 'make_human_readable_str'. git-svn-id: svn://busybox.net/trunk/busybox@2001 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include')
-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);
233#endif 233#endif
234 234
235#ifdef BB_FEATURE_HUMAN_READABLE 235#ifdef BB_FEATURE_HUMAN_READABLE
236const char *format(unsigned long val, unsigned long hr); 236const char *make_human_readable_str(unsigned long val, unsigned long hr);
237#endif 237#endif
238#define KILOBYTE 1024 238#define KILOBYTE 1024
239#define MEGABYTE (KILOBYTE*1024) 239#define MEGABYTE (KILOBYTE*1024)