configure: attempt to link against tcmalloc by default if available
[fio.git] / crc / md5.h
index 668f0e933735ccffba14b2ea2206256ac73bc0c8..54e350c411f4802ca646ef637dc65571fc36e5ce 100644 (file)
--- a/crc/md5.h
+++ b/crc/md5.h
@@ -23,6 +23,7 @@ struct fio_md5_ctx {
 };
 
 extern void fio_md5_update(struct fio_md5_ctx *, const uint8_t *, unsigned int);
+extern void fio_md5_final(struct fio_md5_ctx *);
 extern void fio_md5_init(struct fio_md5_ctx *);
 
 #endif