summaryrefslogtreecommitdiffstats
path: root/usr.bin/dig/lib/isc/task_p.h
diff options
context:
space:
mode:
authorflorian <florian@openbsd.org>2020-09-14 08:40:43 +0000
committerflorian <florian@openbsd.org>2020-09-14 08:40:43 +0000
commit1fb015a8af3a7e9b85db2510147a155826ef04d9 (patch)
tree91b8b6a26d148e703635ab9d6b2cc01934af9a76 /usr.bin/dig/lib/isc/task_p.h
parentBunch of dead stores and otherwise unused stuff lets us get rid of (diff)
downloadwireguard-openbsd-1fb015a8af3a7e9b85db2510147a155826ef04d9.tar.xz
wireguard-openbsd-1fb015a8af3a7e9b85db2510147a155826ef04d9.zip
Mechanically replace isc_boolean_t with int.
OK deraadt
Diffstat (limited to 'usr.bin/dig/lib/isc/task_p.h')
-rw-r--r--usr.bin/dig/lib/isc/task_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/dig/lib/isc/task_p.h b/usr.bin/dig/lib/isc/task_p.h
index a0163a10cb3..31ab5725ef7 100644
--- a/usr.bin/dig/lib/isc/task_p.h
+++ b/usr.bin/dig/lib/isc/task_p.h
@@ -14,14 +14,14 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: task_p.h,v 1.2 2020/02/18 18:11:27 florian Exp $ */
+/* $Id: task_p.h,v 1.3 2020/09/14 08:40:44 florian Exp $ */
#ifndef ISC_TASK_P_H
#define ISC_TASK_P_H
/*! \file */
-isc_boolean_t
+int
isc_taskmgr_ready(isc_taskmgr_t *taskmgr);
isc_result_t