[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.98 and 1.99

version 1.98, 2021/08/09 23:47:44 version 1.99, 2021/11/13 21:14:13
Line 82 
Line 82 
     __attribute__((__format__ (printf, 3, 4))) __attribute__((__nonnull__ (3)));      __attribute__((__format__ (printf, 3, 4))) __attribute__((__nonnull__ (3)));
 void     sanitise_stdfd(void);  void     sanitise_stdfd(void);
 void     ms_subtract_diff(struct timeval *, int *);  void     ms_subtract_diff(struct timeval *, int *);
 void     ms_to_timeval(struct timeval *, int);  void     ms_to_timespec(struct timespec *, int);
 void     monotime_ts(struct timespec *);  void     monotime_ts(struct timespec *);
 void     monotime_tv(struct timeval *);  void     monotime_tv(struct timeval *);
 time_t   monotime(void);  time_t   monotime(void);

Legend:
Removed from v.1.98  
changed lines
  Added in v.1.99