summaryrefslogtreecommitdiffstats
path: root/src/util.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-07-18 18:47:55 +0000
committerLennart Poettering <lennart@poettering.net>2004-07-18 18:47:55 +0000
commitebf3b3ad1795c877c4164b46aab1397237210417 (patch)
tree28104ccf5c0352a804ef6de3b16bb199d547e1af /src/util.h
parent90c80089c6d6e2d7fe9680e567d8241806d7de9e (diff)
add support for file size accounting in --diff
git-svn-id: file:///home/lennart/svn/public/syrep/trunk@57 07ea20a6-d2c5-0310-9e02-9ef735347d72
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