[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.33 and 1.33.2.1

version 1.33, 2003/06/11 11:18:38 version 1.33.2.1, 2004/02/28 03:51:32
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.33  
changed lines
  Added in v.1.33.2.1