X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=crc%2Fcrc32.h;h=d59a56072be537277691aef4cc08b1b749fc4ad8;hb=d7c8be035a17054b165343c40dc8773f103f1fc7;hp=b7e5eee14c5a90df0c7a06125904e1d840dae992;hpb=eef6eea1b935a67f1ae26b38e06a69d4410a12aa;p=fio.git diff --git a/crc/crc32.h b/crc/crc32.h index b7e5eee1..d59a5607 100644 --- a/crc/crc32.h +++ b/crc/crc32.h @@ -18,6 +18,6 @@ #ifndef CRC32_H #define CRC32_H -extern unsigned long crc32(const void * const, unsigned long); +extern uint32_t crc32(const void * const, unsigned long); #endif