[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.152 and 1.153

version 1.152, 2023/09/04 00:01:46 version 1.153, 2023/11/15 22:51:49
Line 337 
Line 337 
 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 *);
   int      channel_tty_open(struct ssh *);
 const char *channel_format_extended_usage(const Channel *);  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.152  
changed lines
  Added in v.1.153