]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
make push_readyq prototype and declaration consistant
authorMark Andrews <marka@isc.org>
Sat, 3 Sep 2011 13:54:06 +0000 (13:54 +0000)
committerMark Andrews <marka@isc.org>
Sat, 3 Sep 2011 13:54:06 +0000 (13:54 +0000)
lib/isc/task.c

index 8f8e78c5c09d8c6d5069f0bb374f3b61862eb45c..aacaba02868126ae1dd9e751d8e0f025c0693078 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: task.c,v 1.120 2011/09/03 00:24:27 each Exp $ */
+/* $Id: task.c,v 1.121 2011/09/03 13:54:06 marka Exp $ */
 
 /*! \file
  * \author Principal Author: Bob Halley
@@ -244,7 +244,7 @@ empty_readyq(isc__taskmgr_t *manager);
 static isc__task_t *
 pop_readyq(isc__taskmgr_t *manager);
 
-static void
+static inline void
 push_readyq(isc__taskmgr_t *manager, isc__task_t *task);
 
 static struct isc__taskmethods {