aboutsummaryrefslogtreecommitdiff
path: root/libsylph/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'libsylph/utils.h')
-rw-r--r--libsylph/utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsylph/utils.h b/libsylph/utils.h
index 8ef85896..b5cb3a76 100644
--- a/libsylph/utils.h
+++ b/libsylph/utils.h
@@ -213,7 +213,7 @@ gint to_number (const gchar *nstr);
gchar *itos_buf (gchar *nstr,
gint n);
gchar *itos (gint n);
-gchar *to_human_readable (off_t size);
+gchar *to_human_readable (gint64 size);
/* alternative string functions */
gint strcmp2 (const gchar *s1,