aboutsummaryrefslogtreecommitdiff
path: root/include/lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lib.h')
-rw-r--r--include/lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lib.h b/include/lib.h
index 41a25d7..9554605 100644
--- a/include/lib.h
+++ b/include/lib.h
@@ -2,7 +2,7 @@
#define LIB_H
void die(const char *message);
-char* formatBytes(double *bytes);
+char *formatBytes(unsigned bytes, float *rounded);
int intlen(unsigned i);
#endif