Diff for /libaitpelco/src/set.c between versions 1.1.1.1.2.1 and 1.1.1.1.2.2

version 1.1.1.1.2.1, 2010/03/17 13:34:34 version 1.1.1.1.2.2, 2011/03/17 08:36:14
Line 64  inline u_char pelco_P_fromCmd(struct bitP_Cmd1 cmd1, s Line 64  inline u_char pelco_P_fromCmd(struct bitP_Cmd1 cmd1, s
  * @p = Output Packet structure   * @p = Output Packet structure
  * return: 0xFF - error, 0 - ok   * return: 0xFF - error, 0 - ok
  */   */
inline u_char pelco_SetCamCmdData(u_char ver, u_char __restrict cam, inline u_char pelco_SetCamCmdData(u_char ver, u_char cam, 
                 u_char * __restrict cmd, u_char * __restrict data, void * __restrict p)                  u_char * __restrict cmd, u_char * __restrict data, void * __restrict p)
 {  {
         u_char ret = 0;          u_char ret = 0;

Removed from v.1.1.1.1.2.1  
changed lines
  Added in v.1.1.1.1.2.2


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