[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.17.2.1 and 1.17.2.2

version 1.17.2.1, 2005/03/10 16:28:27 version 1.17.2.2, 2005/09/02 03:45:00
Line 24 
Line 24 
 char    *cleanhostname(char *);  char    *cleanhostname(char *);
 char    *colon(char *);  char    *colon(char *);
 long     convtime(const char *);  long     convtime(const char *);
   char    *tilde_expand_filename(const char *, uid_t);
   char    *percent_expand(const char *, ...) __attribute__((__sentinel__));
   char    *tohex(const u_char *, u_int);
   
 struct passwd *pwcopy(struct passwd *);  struct passwd *pwcopy(struct passwd *);
   
Line 34 
Line 37 
         u_int   nalloc;          u_int   nalloc;
 };  };
 void     addargs(arglist *, char *, ...) __attribute__((format(printf, 2, 3)));  void     addargs(arglist *, char *, ...) __attribute__((format(printf, 2, 3)));
   
 /* tildexpand.c */  
   
 char    *tilde_expand_filename(const char *, uid_t);  
   
 /* readpass.c */  /* readpass.c */
   

Legend:
Removed from v.1.17.2.1  
changed lines
  Added in v.1.17.2.2