aboutsummaryrefslogtreecommitdiff
path: root/lib/pending.h
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2014-05-06 06:31:28 -0500
committerRob Landley <rob@landley.net>2014-05-06 06:31:28 -0500
commit48c172ba589cfd848624b51f6f748b56bc217775 (patch)
tree36439338e020b5fc3dad76c067117a8182624246 /lib/pending.h
parent30e28cf7e166cf54b3a2a4fea5e6e134b5968812 (diff)
downloadtoybox-48c172ba589cfd848624b51f6f748b56bc217775.tar.gz
Switch human_readable() to just outputing decimal kilo/mega/gigabytes, make du use it, move it from lib/pending.c to lib.c.
Diffstat (limited to 'lib/pending.h')
-rw-r--r--lib/pending.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/pending.h b/lib/pending.h
index 5e3b309f..aa31ea9e 100644
--- a/lib/pending.h
+++ b/lib/pending.h
@@ -11,4 +11,3 @@ int update_password(char *filename, char* username, char* encrypted);
// cut helper functions
void daemonize(void);
-char *human_readable(unsigned long long size);