aboutsummaryrefslogtreecommitdiff
path: root/lib/lib.h
diff options
context:
space:
mode:
authorAshwini Kumar <ak.ashwini@gmail.com>2012-08-26 21:17:00 -0500
committerAshwini Kumar <ak.ashwini@gmail.com>2012-08-26 21:17:00 -0500
commit1a0eedf795546171a7e84b47f0f02c7d286d2ec4 (patch)
treee2967e41f07c896bdaee27f3c18f95ee0d7cf20f /lib/lib.h
parentaba51702273dde01e1473e7f8eaeed5a27d6c861 (diff)
downloadtoybox-1a0eedf795546171a7e84b47f0f02c7d286d2ec4.tar.gz
Add du command.
Diffstat (limited to 'lib/lib.h')
-rw-r--r--lib/lib.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/lib.h b/lib/lib.h
index 9c90a2df..d81e2d94 100644
--- a/lib/lib.h
+++ b/lib/lib.h
@@ -174,3 +174,5 @@ mode_t string_to_mode(char *mode_str, mode_t base);
int read_password(char * buff, int buflen, char* mesg);
int update_password(char *filename, char* username, char* encrypted);
+// du helper functions
+char* make_human_readable(unsigned long long size, unsigned long unit);