[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.131 and 1.132

version 1.131, 2018/06/06 18:22:41 version 1.132, 2018/10/04 00:10:11
Line 282 
Line 282 
 int      channel_not_very_much_buffered_data(struct ssh *);  int      channel_not_very_much_buffered_data(struct ssh *);
 void     channel_close_all(struct ssh *);  void     channel_close_all(struct ssh *);
 int      channel_still_open(struct ssh *);  int      channel_still_open(struct ssh *);
   const char *channel_format_extended_usage(const Channel *);
 char    *channel_open_message(struct ssh *);  char    *channel_open_message(struct ssh *);
 int      channel_find_open(struct ssh *);  int      channel_find_open(struct ssh *);
   

Legend:
Removed from v.1.131  
changed lines
  Added in v.1.132