=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/misc.h,v retrieving revision 1.67 retrieving revision 1.68 diff -u -r1.67 -r1.68 --- src/usr.bin/ssh/misc.h 2017/10/25 00:17:08 1.67 +++ src/usr.bin/ssh/misc.h 2017/11/25 06:46:22 1.68 @@ -1,4 +1,4 @@ -/* $OpenBSD: misc.h,v 1.67 2017/10/25 00:17:08 djm Exp $ */ +/* $OpenBSD: misc.h,v 1.68 2017/11/25 06:46:22 dtucker Exp $ */ /* * Author: Tatu Ylonen @@ -67,6 +67,8 @@ void sanitise_stdfd(void); void ms_subtract_diff(struct timeval *, int *); void ms_to_timeval(struct timeval *, int); +void monotime_ts(struct timespec *); +void monotime_tv(struct timeval *); time_t monotime(void); double monotime_double(void); void lowercase(char *s);