[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.36 and 1.37

version 1.36, 2001/06/03 14:55:39 version 1.37, 2001/06/04 21:59:42
Line 223 
Line 223 
   
 void    auth_request_forwarding(void);  void    auth_request_forwarding(void);
 char   *auth_get_socket_name(void);  char   *auth_get_socket_name(void);
 void    auth_sock_cleanup_proc(void *ignored);  void    auth_sock_cleanup_proc(void *pw);
 int     auth_input_request_forwarding(struct passwd * pw);  int     auth_input_request_forwarding(struct passwd * pw);
 void    auth_input_open_request(int type, int plen, void *ctxt);  void    auth_input_open_request(int type, int plen, void *ctxt);
   

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