[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.23 and 1.24

version 1.23, 2005/06/06 11:20:36 version 1.24, 2005/07/04 00:58:43
Line 26 
Line 26 
 long     convtime(const char *);  long     convtime(const char *);
 char    *tilde_expand_filename(const char *, uid_t);  char    *tilde_expand_filename(const char *, uid_t);
 char    *percent_expand(const char *, ...) __attribute__((sentinel));  char    *percent_expand(const char *, ...) __attribute__((sentinel));
   char    *tohex(const u_char *, u_int);
   
 struct passwd *pwcopy(struct passwd *);  struct passwd *pwcopy(struct passwd *);
   

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24