[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.22 and 1.23

version 1.22, 2005/04/09 04:32:54 version 1.23, 2005/06/06 11:20:36
Line 25 
Line 25 
 char    *colon(char *);  char    *colon(char *);
 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));
   
 struct passwd *pwcopy(struct passwd *);  struct passwd *pwcopy(struct passwd *);
   

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