[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.84 and 1.85

version 1.84, 2020/01/24 23:54:40 version 1.85, 2020/05/26 01:06:52
Line 66 
Line 66 
 int      parse_user_host_port(const char *, char **, char **, int *);  int      parse_user_host_port(const char *, char **, char **, int *);
 int      parse_uri(const char *, const char *, char **, char **, int *, char **);  int      parse_uri(const char *, const char *, char **, char **, int *, char **);
 long     convtime(const char *);  long     convtime(const char *);
   const char *fmt_timeframe(time_t t);
 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 void *, size_t);  char    *tohex(const void *, size_t);

Legend:
Removed from v.1.84  
changed lines
  Added in v.1.85