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

Diff for /src/usr.bin/ssh/channels.h between version 1.10 and 1.11

version 1.10, 2000/04/28 08:10:20 version 1.11, 2000/05/02 12:44:38
Line 56 
Line 56 
   
         char   *ctype;          /* type */          char   *ctype;          /* type */
   
         // callback          /* callback */
         channel_callback_fn     *cb_fn;          channel_callback_fn     *cb_fn;
         void    *cb_arg;          void    *cb_arg;
         int     cb_event;          int     cb_event;

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