[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.1 and 1.32.2.2

version 1.32.2.1, 2003/09/16 20:50:42 version 1.32.2.2, 2004/03/04 18:18:15
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.1  
changed lines
  Added in v.1.32.2.2