summaryrefslogtreecommitdiffstats
path: root/src/md5util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/md5util.h')
-rw-r--r--src/md5util.h4
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