mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-03 05:50:39 -05:00
update copyright notice
This commit is contained in:
parent
eee82430e2
commit
52385b05cd
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue