summaryrefslogtreecommitdiffstats
path: root/src/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index 50e3a95..01fe31d 100644
--- a/src/util.h
+++ b/src/util.h
@@ -59,5 +59,7 @@ ssize_t loop_write(int fd, void *d, size_t l);
int expand_file(int fd, off_t l);
off_t filesize(int fd);
+off_t filesize2(const char *p);
+char *snprint_off(char *s, size_t l, off_t off);
#endif