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

Diff for /src/usr.bin/ssh/misc.h between version 1.19 and 1.20

version 1.19, 2004/12/06 11:41:03 version 1.20, 2004/12/11 01:48:56
Line 47 
Line 47 
   
 char    *read_passphrase(const char *, int);  char    *read_passphrase(const char *, int);
 int      ask_permission(const char *, ...) __attribute__((format(printf, 1, 2)));  int      ask_permission(const char *, ...) __attribute__((format(printf, 1, 2)));
 int      read_keyfile_line(FILE *, const char *, char *, size_t, int *);  int      read_keyfile_line(FILE *, const char *, char *, size_t, u_long *);

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20