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

Diff for /src/usr.bin/ssh/authfd.h between version 1.15 and 1.16

version 1.15, 2000/12/19 23:17:55 version 1.16, 2000/12/20 19:37:21
Line 51 
Line 51 
 }       AuthenticationConnection;  }       AuthenticationConnection;
   
 /* Returns the number of the authentication fd, or -1 if there is none. */  /* Returns the number of the authentication fd, or -1 if there is none. */
 int     ssh_get_authentication_socket();  int     ssh_get_authentication_socket(void);
   
 /*  /*
  * This should be called for any descriptor returned by   * This should be called for any descriptor returned by
Line 66 
Line 66 
  * connection could not be opened.  The connection should be closed by the   * connection could not be opened.  The connection should be closed by the
  * caller by calling ssh_close_authentication_connection().   * caller by calling ssh_close_authentication_connection().
  */   */
 AuthenticationConnection *ssh_get_authentication_connection();  AuthenticationConnection *ssh_get_authentication_connection(void);
   
 /*  /*
  * Closes the connection to the authentication agent and frees any associated   * Closes the connection to the authentication agent and frees any associated

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16