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

Diff for /src/usr.bin/ssh/Attic/scard.h between version 1.11 and 1.11.4.2

version 1.11, 2002/06/30 21:59:45 version 1.11.4.2, 2004/03/04 18:18:16
Line 36 
Line 36 
 Key     **sc_get_keys(const char *, const char *);  Key     **sc_get_keys(const char *, const char *);
 void     sc_close(void);  void     sc_close(void);
 int      sc_put_key(Key *, const char *);  int      sc_put_key(Key *, const char *);
   char    *sc_get_key_label(Key *);
   
 #endif  #endif

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.11.4.2