[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.85 and 1.86

version 1.85, 2020/05/26 01:06:52 version 1.86, 2020/05/29 04:25:40
Line 68 
Line 68 
 long     convtime(const char *);  long     convtime(const char *);
 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    *percent_expand(const char *, ...) __attribute__((__sentinel__));  char    *percent_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);
 void     xextendf(char **s, const char *sep, const char *fmt, ...)  void     xextendf(char **s, const char *sep, const char *fmt, ...)
     __attribute__((__format__ (printf, 3, 4))) __attribute__((__nonnull__ (3)));      __attribute__((__format__ (printf, 3, 4))) __attribute__((__nonnull__ (3)));

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