[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.18 and 1.19

version 1.18, 2004/10/29 22:53:56 version 1.19, 2004/12/06 11:41:03
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 *);

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