From b6abf79d60722dbee89e6270435d0b11c0dffa91 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 30 Nov 2003 14:27:42 +0000 Subject: relase 0.3 --copy-always --sort bi-directory merges --check-md git-svn-id: file:///home/lennart/svn/public/syrep/trunk@43 07ea20a6-d2c5-0310-9e02-9ef735347d72 --- src/md5util.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/md5util.h') diff --git a/src/md5util.h b/src/md5util.h index f5a342a..373d0b8 100644 --- a/src/md5util.h +++ b/src/md5util.h @@ -26,6 +26,8 @@ void fhex(const unsigned char *bin, int len, char *txt); #define fhex_md5(bin,txt) fhex((bin),16,(txt)) -int fdmd5(int fd, size_t l, char *md); +int fdmd5(int fd, off_t l, char *md); + +int fmd5(const char *fn, char *md); #endif -- cgit