--- libaitcrc/inc/defs.h 2008/11/05 17:02:55 1.1.1.1 +++ libaitcrc/inc/defs.h 2010/06/13 16:10:16 1.2.2.1 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: defs.h,v 1.1.1.1 2008/11/05 17:02:55 misho Exp $ +* $Id: defs.h,v 1.2.2.1 2010/06/13 16:10:16 misho Exp $ * *************************************************************************/ #ifndef __DEFS_H @@ -12,8 +12,12 @@ #define MAX_STR 255 +#define MAX_FLETCHER16_DIGEST 21 #define MAX_FLETCHER_DIGEST 360 #define MAX_ADLER_DIGEST 5552 + + +inline void crcSetErr(int eno, char *estr, ...); extern const crcPoly_t crc_Poly[];