From 52385b05cddffb00b524cd4b9f299fe2469f0be1 Mon Sep 17 00:00:00 2001 From: Tinderbox User Date: Thu, 19 Jul 2012 23:45:30 +0000 Subject: [PATCH] update copyright notice --- lib/isc/include/isc/task.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/isc/include/isc/task.h b/lib/isc/include/isc/task.h index 96c692c7dd..19d4783578 100644 --- a/lib/isc/include/isc/task.h +++ b/lib/isc/include/isc/task.h @@ -699,7 +699,7 @@ isc_taskmgr_destroy(isc_taskmgr_t **managerp); * have been freed. */ -void +void isc_taskmgr_setexcltask(isc_taskmgr_t *mgr, isc_task_t *task); /*%< * Set a task which will be used for all task-exclusive operations. @@ -708,7 +708,7 @@ isc_taskmgr_setexcltask(isc_taskmgr_t *mgr, isc_task_t *task); *\li 'manager' is a valid task manager. * *\li 'task' is a valid task. - */ + */ isc_result_t isc_taskmgr_excltask(isc_taskmgr_t *mgr, isc_task_t **taskp);