summaryrefslogtreecommitdiffstats
path: root/usr.bin/dig/lib/isc/timer_p.h
diff options
context:
space:
mode:
authorflorian <florian@openbsd.org>2020-02-18 18:11:27 +0000
committerflorian <florian@openbsd.org>2020-02-18 18:11:27 +0000
commit8b5538545d486ecceb041780b03e8ef5e76cedd6 (patch)
tree97ecca45f41f25f5899a36b8e5e57742e8985ed8 /usr.bin/dig/lib/isc/timer_p.h
parentRemove unused task, taskmgr, app, socket and socketmgr methods. (diff)
downloadwireguard-openbsd-8b5538545d486ecceb041780b03e8ef5e76cedd6.tar.xz
wireguard-openbsd-8b5538545d486ecceb041780b03e8ef5e76cedd6.zip
Get rid of ISC_MAGIC and ISC_MAGIC_VALID macros.
While pulling on that it turns out we can / need git rid of a isc_task -> isc__task, isc_taskmgr -> isc__taskmgr, isc_timer -> isc__timer and isc_socket -> isc__socket indirection. OK millert
Diffstat (limited to 'usr.bin/dig/lib/isc/timer_p.h')
-rw-r--r--usr.bin/dig/lib/isc/timer_p.h6
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 */