diff lib/pending.h @ 1276:d48bdc1cb017 draft

Switch human_readable() to just outputing decimal kilo/mega/gigabytes, make du use it, move it from lib/pending.c to lib.c.
author Rob Landley <rob@landley.net>
date Tue, 06 May 2014 06:31:28 -0500
parents 6f18a0845db3
children e65f9a9ba62d
line wrap: on
line diff
--- a/lib/pending.h	Tue May 06 06:14:20 2014 -0500
+++ b/lib/pending.h	Tue May 06 06:31:28 2014 -0500
@@ -11,4 +11,3 @@
 
 // cut helper functions
 void daemonize(void);
-char *human_readable(unsigned long long size);