--- libaitcrc/src/aitcrc.c 2011/04/28 20:28:20 1.4 +++ libaitcrc/src/aitcrc.c 2011/05/10 20:48:49 1.4.2.1 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitcrc.c,v 1.4 2011/04/28 20:28:20 misho Exp $ +* $Id: aitcrc.c,v 1.4.2.1 2011/05/10 20:48:49 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -77,19 +77,22 @@ const crcPoly_t crc_Poly[] = { // // crc_GetErrno() Get error code of last operation -inline int crc_GetErrno() +inline int +crc_GetErrno() { return crc_Errno; } // crc_GetError() Get error text of last operation -inline const char *crc_GetError() +inline const char * +crc_GetError() { return crc_Error; } // crcSetErr() Set error to variables for internal use!!! -inline void crcSetErr(int eno, char *estr, ...) +inline void +crcSetErr(int eno, char *estr, ...) { va_list lst;