[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.56 and 1.57

version 1.56, 2016/04/06 06:42:17 version 1.57, 2016/07/15 00:24:30
Line 49 
Line 49 
 char    *hpdelim(char **);  char    *hpdelim(char **);
 char    *cleanhostname(char *);  char    *cleanhostname(char *);
 char    *colon(char *);  char    *colon(char *);
   int      parse_user_host_port(const char *, char **, char **, int *);
 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__));

Legend:
Removed from v.1.56  
changed lines
  Added in v.1.57