Rename GPLv3 document as LICENSE, to fit better the GitHub requirements. Text / Licen...
[clinton/Virtual-Jaguar-Rx.git] / src / crc32.h
index ceddd03..ff79ae2 100644 (file)
@@ -5,6 +5,6 @@
 #ifndef __CRC32_H__
 #define __CRC32_H__
 
-int crc32_calcCheckSum(unsigned char * data, unsigned int length);
+extern int crc32_calcCheckSum(unsigned char * data, unsigned int length);
 
 #endif // __CRC32_H__