[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.67 and 1.68

version 1.67, 2002/03/26 22:50:39 version 1.68, 2002/06/10 22:28:41
Line 213 
Line 213 
 /* agent forwarding */  /* agent forwarding */
   
 void     auth_request_forwarding(void);  void     auth_request_forwarding(void);
 char    *auth_get_socket_name(void);  
 void     auth_sock_cleanup_proc(void *);  
 int      auth_input_request_forwarding(struct passwd *);  
 void     auth_input_open_request(int, u_int32_t, void *);  void     auth_input_open_request(int, u_int32_t, void *);
   
 /* channel close */  /* channel close */

Legend:
Removed from v.1.67  
changed lines
  Added in v.1.68