Rename crc functions to private namespace
[fio.git] / crc / crc32.h
index d59a56072be537277691aef4cc08b1b749fc4ad8..674057b23b46ce2e5b1852fda46a743182f75987 100644 (file)
@@ -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