[BACK]Return to nchan.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/Attic/nchan.h between version 1.11 and 1.12

version 1.11, 2001/05/04 23:47:34 version 1.12, 2001/05/28 23:14:50
Line 69 
Line 69 
   
 #define CHAN_CLOSE_SENT                 0x01  #define CHAN_CLOSE_SENT                 0x01
 #define CHAN_CLOSE_RCVD                 0x02  #define CHAN_CLOSE_RCVD                 0x02
 #define CHAN_DEAD                       0x04  
   
   
 /* Channel EVENTS */  /* Channel EVENTS */
 typedef void    chan_event_fn(Channel * c);  typedef void    chan_event_fn(Channel * c);

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12