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

Diff for /src/usr.bin/ssh/session.h between version 1.36 and 1.37

version 1.36, 2018/10/02 12:40:07 version 1.37, 2023/01/06 02:39:59
Line 70 
Line 70 
 void     session_unused(int);  void     session_unused(int);
 int      session_input_channel_req(struct ssh *, Channel *, const char *);  int      session_input_channel_req(struct ssh *, Channel *, const char *);
 void     session_close_by_pid(struct ssh *ssh, pid_t, int);  void     session_close_by_pid(struct ssh *ssh, pid_t, int);
 void     session_close_by_channel(struct ssh *, int, void *);  void     session_close_by_channel(struct ssh *, int, int, void *);
 void     session_destroy_all(struct ssh *, void (*)(Session *));  void     session_destroy_all(struct ssh *, void (*)(Session *));
 void     session_pty_cleanup2(Session *);  void     session_pty_cleanup2(Session *);
   

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37