X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=crc%2Fcrc32.h;h=d59a56072be537277691aef4cc08b1b749fc4ad8;hp=b7e5eee14c5a90df0c7a06125904e1d840dae992;hb=b0f65863844b4de92d10fefaabde80ea5bc3e5cc;hpb=eef6eea1b935a67f1ae26b38e06a69d4410a12aa 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