Diff for /libaitcrc/src/pelco.c between versions 1.3 and 1.3.2.1

version 1.3, 2011/04/28 20:28:20 version 1.3.2.1, 2011/05/10 20:48:49
Line 53  SUCH DAMAGE. Line 53  SUCH DAMAGE.
  * return: crc for packet, if is 0 check and crc_GetErrno() == 1    * return: crc for packet, if is 0 check and crc_GetErrno() == 1 
         Pelco protocol not supported          Pelco protocol not supported
  */   */
inline u_char crcPelco(u_char ver, u_char *pkt)inline u_char
 crcPelco(u_char ver, u_char *pkt)
 {  {
         register u_char i, crc;          register u_char i, crc;
   

Removed from v.1.3  
changed lines
  Added in v.1.3.2.1


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