X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=crc%2Fmd5.h;h=54e350c411f4802ca646ef637dc65571fc36e5ce;hb=13bddad990ba2c268415e9dcbdc5dfa40f7c6cd3;hp=668f0e933735ccffba14b2ea2206256ac73bc0c8;hpb=65d0a0aa0c4e5ed39b804f5f83d311093af798c5;p=fio.git diff --git a/crc/md5.h b/crc/md5.h index 668f0e93..54e350c4 100644 --- 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