From ab397605120e352c40e24f32af7f32fc210e878a Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Sat, 4 Dec 2010 22:27:29 +0000 Subject: [PATCH] silence warning. temporary --- 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 9470f42965..d64eed5ed0 100644 --- a/lib/isc/include/isc/task.h +++ b/lib/isc/include/isc/task.h @@ -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.