[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.86 and 1.87

version 1.86, 2020/05/29 04:25:40 version 1.87, 2020/05/29 11:17:56
Line 69 
Line 69 
 const char *fmt_timeframe(time_t t);  const char *fmt_timeframe(time_t t);
 char    *tilde_expand_filename(const char *, uid_t);  char    *tilde_expand_filename(const char *, uid_t);
   
 char    *dollar_expand(int *, const char *string);  char    *dollar_expand(int *, const char *string, ...);
 char    *percent_expand(const char *, ...) __attribute__((__sentinel__));  char    *percent_expand(const char *, ...) __attribute__((__sentinel__));
 char    *percent_dollar_expand(const char *, ...) __attribute__((__sentinel__));  char    *percent_dollar_expand(const char *, ...) __attribute__((__sentinel__));
 char    *tohex(const void *, size_t);  char    *tohex(const void *, size_t);

Legend:
Removed from v.1.86  
changed lines
  Added in v.1.87