[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.13 and 1.14

version 1.13, 2000/10/09 21:51:00 version 1.14, 2000/11/12 19:50:37
Line 75 
Line 75 
 void    ssh_close_authentication_connection(AuthenticationConnection *auth);  void    ssh_close_authentication_connection(AuthenticationConnection *auth);
   
 /*  /*
    * Returns the number authentication identity held by the agent.
    */
   int     ssh_get_num_identities(AuthenticationConnection *auth, int version);
   
   /*
  * Returns the first authentication identity held by the agent or NULL if   * Returns the first authentication identity held by the agent or NULL if
  * no identies are available. Caller must free comment and key.   * no identies are available. Caller must free comment and key.
  * Note that you cannot mix calls with different versions.   * Note that you cannot mix calls with different versions.

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14