[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.102 and 1.103

version 1.102, 2023/03/03 02:37:58 version 1.103, 2023/07/19 14:02:27
Line 96 
Line 96 
 void     format_absolute_time(uint64_t, char *, size_t);  void     format_absolute_time(uint64_t, char *, size_t);
 int      path_absolute(const char *);  int      path_absolute(const char *);
 int      stdfd_devnull(int, int, int);  int      stdfd_devnull(int, int, int);
   int      lib_contains_symbol(const char *, 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.102  
changed lines
  Added in v.1.103