mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 20:50:00 -04:00
silence warning. temporary
This commit is contained in:
parent
4d03133c8f
commit
ab39760512
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: task.h,v 1.67 2010/12/03 23:46:46 tbox Exp $ */
|
||||
/* $Id: task.h,v 1.68 2010/12/04 22:27:29 marka Exp $ */
|
||||
|
||||
#ifndef ISC_TASK_H
|
||||
#define ISC_TASK_H 1
|
||||
|
|
@ -600,7 +600,7 @@ isc_task_getcurrenttime(isc_task_t *task, isc_stdtime_t *t);
|
|||
*/
|
||||
|
||||
isc_boolean_t
|
||||
isc__task_exiting(isc_task_t *t);
|
||||
isc_task_exiting(isc_task_t *t);
|
||||
/*%<
|
||||
* Returns ISC_TRUE if the task is in the process of shutting down,
|
||||
* ISC_FALSE otherwise.
|
||||
|
|
|
|||
Loading…
Reference in a new issue