[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.12.10.1 and 1.12.10.2

version 1.12.10.1, 2004/08/19 04:13:26 version 1.12.10.2, 2005/03/10 17:15:04
Line 20 
Line 20 
 int      unset_nonblock(int);  int      unset_nonblock(int);
 void     set_nodelay(int);  void     set_nodelay(int);
 int      a2port(const char *);  int      a2port(const char *);
   char    *hpdelim(char **);
 char    *cleanhostname(char *);  char    *cleanhostname(char *);
 char    *colon(char *);  char    *colon(char *);
 long     convtime(const char *);  long     convtime(const char *);
Line 46 
Line 47 
 #define RP_USE_ASKPASS          0x0008  #define RP_USE_ASKPASS          0x0008
   
 char    *read_passphrase(const char *, int);  char    *read_passphrase(const char *, int);
   int      ask_permission(const char *, ...) __attribute__((format(printf, 1, 2)));
   int      read_keyfile_line(FILE *, const char *, char *, size_t, u_long *);

Legend:
Removed from v.1.12.10.1  
changed lines
  Added in v.1.12.10.2