X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=crc%2Fcrc64.h;h=fe9cad3e269a642a8c4cb1a75320f2016ef5c1d5;hb=3826b24ae5787cda4269749c1ebb4e7620f0c76c;hp=e4310c2b8e9c059bee93f1f24e0baa18f98f9a81;hpb=eef6eea1b935a67f1ae26b38e06a69d4410a12aa;p=fio.git diff --git a/crc/crc64.h b/crc/crc64.h index e4310c2b..fe9cad3e 100644 --- a/crc/crc64.h +++ b/crc/crc64.h @@ -1,6 +1,6 @@ #ifndef CRC64_H #define CRC64_H -unsigned long long crc64(const unsigned char *, unsigned long); +unsigned long long fio_crc64(const unsigned char *, unsigned long); #endif