diff options
Diffstat (limited to 'usr.bin/dig/lib/isc/timer_p.h')
| -rw-r--r-- | usr.bin/dig/lib/isc/timer_p.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/dig/lib/isc/timer_p.h b/usr.bin/dig/lib/isc/timer_p.h index c3a95313869..ec287c36911 100644 --- a/usr.bin/dig/lib/isc/timer_p.h +++ b/usr.bin/dig/lib/isc/timer_p.h @@ -14,7 +14,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: timer_p.h,v 1.2 2020/02/16 18:05:09 florian Exp $ */ +/* $Id: timer_p.h,v 1.3 2020/02/18 18:11:27 florian Exp $ */ #ifndef ISC_TIMER_P_H #define ISC_TIMER_P_H @@ -22,9 +22,9 @@ /*! \file */ isc_result_t -isc__timermgr_nextevent(isc_timermgr_t *timermgr, struct timespec *when); +isc_timermgr_nextevent(isc_timermgr_t *timermgr, struct timespec *when); void -isc__timermgr_dispatch(isc_timermgr_t *timermgr); +isc_timermgr_dispatch(isc_timermgr_t *timermgr); #endif /* ISC_TIMER_P_H */ |
