--- libaitcrc/inc/defs.h 2008/11/05 17:02:55 1.1 +++ libaitcrc/inc/defs.h 2010/01/20 00:04:45 1.2 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: defs.h,v 1.1 2008/11/05 17:02:55 misho Exp $ +* $Id: defs.h,v 1.2 2010/01/20 00:04:45 misho Exp $ * *************************************************************************/ #ifndef __DEFS_H @@ -14,6 +14,9 @@ #define MAX_FLETCHER_DIGEST 360 #define MAX_ADLER_DIGEST 5552 + + +inline void crcSetErr(int eno, char *estr, ...); extern const crcPoly_t crc_Poly[];