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

Diff for /src/usr.bin/ssh/nchan.c between version 1.28 and 1.29

version 1.28, 2001/05/31 10:30:16 version 1.29, 2001/06/23 15:12:19
Line 74 
Line 74 
 /*  /*
  * ACTIONS: should never update the channel states   * ACTIONS: should never update the channel states
  */   */
 static void     chan_send_ieof1(Channel *c);  static void     chan_send_ieof1(Channel *);
 static void     chan_send_oclose1(Channel *c);  static void     chan_send_oclose1(Channel *);
 static void     chan_send_close2(Channel *c);  static void     chan_send_close2(Channel *);
 static void     chan_send_eof2(Channel *c);  static void     chan_send_eof2(Channel *);
   
 /* helper */  /* helper */
 static void     chan_shutdown_write(Channel *c);  static void     chan_shutdown_write(Channel *);
 static void     chan_shutdown_read(Channel *c);  static void     chan_shutdown_read(Channel *);
   
 /*  /*
  * SSH1 specific implementation of event functions   * SSH1 specific implementation of event functions

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29