[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.75 and 1.76

version 1.75, 2018/10/03 06:38:35 version 1.76, 2018/11/16 03:26:01
Line 78 
Line 78 
 const char *atoi_err(const char *, int *);  const char *atoi_err(const char *, int *);
 int      parse_absolute_time(const char *, uint64_t *);  int      parse_absolute_time(const char *, uint64_t *);
 void     format_absolute_time(uint64_t, char *, size_t);  void     format_absolute_time(uint64_t, char *, size_t);
   int      path_absolute(const char *);
   
 struct passwd *pwcopy(struct passwd *);  struct passwd *pwcopy(struct passwd *);
 const char *ssh_gai_strerror(int);  const char *ssh_gai_strerror(int);

Legend:
Removed from v.1.75  
changed lines
  Added in v.1.76