[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.25 and 1.26

version 1.25, 2005/07/14 04:00:43 version 1.26, 2005/09/13 23:40:07
Line 27 
Line 27 
 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);  char    *tohex(const u_char *, u_int);
   void     sanitise_stdfd(void);
   
 struct passwd *pwcopy(struct passwd *);  struct passwd *pwcopy(struct passwd *);
   

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26