--- libaitcrc/inc/defs.h 2012/07/04 14:46:33 1.4.2.1 +++ libaitcrc/inc/defs.h 2012/07/04 14:52:56 1.4.2.2 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: defs.h,v 1.4.2.1 2012/07/04 14:46:33 misho Exp $ +* $Id: defs.h,v 1.4.2.2 2012/07/04 14:52:56 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -59,7 +59,7 @@ SUCH DAMAGE. #define POLY_FNV1 0x1000193 -inline void crcSetErr(int eno, char *estr, ...); +inline void crc_SetErr(int eno, char *estr, ...); extern const crcPoly_t crc_Poly[];