diff options
author | Lennart Poettering <lennart@poettering.net> | 2003-11-30 14:27:42 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2003-11-30 14:27:42 +0000 |
commit | b6abf79d60722dbee89e6270435d0b11c0dffa91 (patch) | |
tree | d40783bd9c86b989e9f2ddb4a0dc63f9592d74f0 /src/md5util.h | |
parent | c0d1779760fd10d14344fa1ed70b91bdf50272c1 (diff) |
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
Diffstat (limited to 'src/md5util.h')
-rw-r--r-- | src/md5util.h | 4 |
1 files changed, 3 insertions, 1 deletions
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 |