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