[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.12 and 1.12.2.1

version 1.12, 2000/05/03 18:03:06 version 1.12.2.1, 2000/06/12 02:37:32
Line 222 
Line 222 
 char   *auth_get_socket_name(void);  char   *auth_get_socket_name(void);
   
 /*  /*
  * This if called to process SSH_CMSG_AGENT_REQUEST_FORWARDING on the server.   * This is called to process SSH_CMSG_AGENT_REQUEST_FORWARDING on the server.
  * This starts forwarding authentication requests.   * This starts forwarding authentication requests.
  */   */
 void    auth_input_request_forwarding(struct passwd * pw);  int     auth_input_request_forwarding(struct passwd * pw);
   
 /* This is called to process an SSH_SMSG_AGENT_OPEN message. */  /* This is called to process an SSH_SMSG_AGENT_OPEN message. */
 void    auth_input_open_request(int type, int plen);  void    auth_input_open_request(int type, int plen);

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.12.2.1