X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=crc%2Fcrc32.h;h=674057b23b46ce2e5b1852fda46a743182f75987;hb=21356fee2727b71ef72b39414955c5e7e98f97c1;hp=b7e5eee14c5a90df0c7a06125904e1d840dae992;hpb=eef6eea1b935a67f1ae26b38e06a69d4410a12aa;p=fio.git diff --git a/crc/crc32.h b/crc/crc32.h index b7e5eee1..674057b2 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 fio_crc32(const void * const, unsigned long); #endif