[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.67 and 1.68

version 1.67, 2017/10/25 00:17:08 version 1.68, 2017/11/25 06:46:22
Line 67 
Line 67 
 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_timeval(struct timeval *, int);
   void     monotime_ts(struct timespec *);
   void     monotime_tv(struct timeval *);
 time_t   monotime(void);  time_t   monotime(void);
 double   monotime_double(void);  double   monotime_double(void);
 void     lowercase(char *s);  void     lowercase(char *s);

Legend:
Removed from v.1.67  
changed lines
  Added in v.1.68