[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.32.2.2 and 1.33

version 1.32.2.2, 2004/03/04 18:18:15 version 1.33, 2003/06/11 11:18:38
Line 83 
Line 83 
 int      ssh_remove_identity(AuthenticationConnection *, Key *);  int      ssh_remove_identity(AuthenticationConnection *, Key *);
 int      ssh_remove_all_identities(AuthenticationConnection *, int);  int      ssh_remove_all_identities(AuthenticationConnection *, int);
 int      ssh_lock_agent(AuthenticationConnection *, int, const char *);  int      ssh_lock_agent(AuthenticationConnection *, int, const char *);
 int      ssh_update_card(AuthenticationConnection *, int, const char *,  int      ssh_update_card(AuthenticationConnection *, int, const char *,
     const char *, u_int, u_int);      const char *, u_int, u_int);
   
 int  int

Legend:
Removed from v.1.32.2.2  
changed lines
  Added in v.1.33