--- libaitcrc/inc/defs.h 2012/07/04 14:46:33 1.4.2.1 +++ libaitcrc/inc/defs.h 2012/07/22 21:44:55 1.5.2.1 @@ -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.5.2.1 2012/07/22 21:44:55 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -47,7 +47,9 @@ SUCH DAMAGE. #define __DEFS_H -#define MAX_STR 256 +#ifndef STRSIZ +#define STRSIZ 256 +#endif #define MAX_FLETCHER16_DIGEST 21 #define MAX_FLETCHER_DIGEST 360 @@ -59,7 +61,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[];