--- previous/src/includes/utils.h 2018/04/24 19:25:10 1.1 +++ previous/src/includes/utils.h 2018/04/24 19:32:27 1.1.1.2 @@ -12,8 +12,8 @@ #define CRC32_POLY 0x04c11db7 /* IEEE 802.3 recommandation */ -extern void crc32_reset ( Uint32 *crc ); -extern void crc32_add_byte ( Uint32 *crc , Uint8 c ); +void crc32_reset ( Uint32 *crc ); +void crc32_add_byte ( Uint32 *crc , Uint8 c ); #endif /* HATARI_UTILS_H */