Diff for /libaitcrc/src/aitcrc.c between versions 1.4 and 1.4.2.1

version 1.4, 2011/04/28 20:28:20 version 1.4.2.1, 2011/05/10 20:48:49
Line 77  const crcPoly_t crc_Poly[] = { Line 77  const crcPoly_t crc_Poly[] = {
 //  //
   
 // crc_GetErrno() Get error code of last operation  // crc_GetErrno() Get error code of last operation
inline int crc_GetErrno()inline int
 crc_GetErrno()
 {  {
         return crc_Errno;          return crc_Errno;
 }  }
   
 // crc_GetError() Get error text of last operation  // crc_GetError() Get error text of last operation
inline const char *crc_GetError()inline const char *
 crc_GetError()
 {  {
         return crc_Error;          return crc_Error;
 }  }
   
 // crcSetErr() Set error to variables for internal use!!!  // 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;          va_list lst;
   

Removed from v.1.4  
changed lines
  Added in v.1.4.2.1


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>