]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
isc__task_exiting -> isc_task_exiting
authorMark Andrews <marka@isc.org>
Sun, 5 Dec 2010 20:29:24 +0000 (20:29 +0000)
committerMark Andrews <marka@isc.org>
Sun, 5 Dec 2010 20:29:24 +0000 (20:29 +0000)
lib/isc/include/isc/task.h

index c06c377614885f752a0d89dd11552548d5b3658a..607c07e2d11dad15378ba0b7177944600c5f784d 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: task.h,v 1.65.104.2 2010/12/03 23:46:20 tbox Exp $ */
+/* $Id: task.h,v 1.65.104.3 2010/12/05 20:29:24 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.