]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
match startrecv() prototype to function.
authorMark Andrews <marka@isc.org>
Wed, 1 Sep 2004 04:27:41 +0000 (04:27 +0000)
committerMark Andrews <marka@isc.org>
Wed, 1 Sep 2004 04:27:41 +0000 (04:27 +0000)
lib/dns/dispatch.c

index 66ab16da2da0eb05d4f9c9f1de7ab0a0544fdf79..8534fe15ad1085f6900d1c1220737fa11fc7ac34 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: dispatch.c,v 1.101.2.6.2.9 2004/08/15 04:40:08 jinmei Exp $ */
+/* $Id: dispatch.c,v 1.101.2.6.2.10 2004/09/01 04:27:41 marka Exp $ */
 
 #include <config.h>
 
@@ -155,7 +155,7 @@ static isc_boolean_t destroy_disp_ok(dns_dispatch_t *);
 static void destroy_disp(isc_task_t *task, isc_event_t *event);
 static void udp_recv(isc_task_t *, isc_event_t *);
 static void tcp_recv(isc_task_t *, isc_event_t *);
-static inline void startrecv(dns_dispatch_t *);
+static void startrecv(dns_dispatch_t *);
 static dns_messageid_t dns_randomid(dns_qid_t *);
 static isc_uint32_t dns_hash(dns_qid_t *, isc_sockaddr_t *, dns_messageid_t);
 static void free_buffer(dns_dispatch_t *disp, void *buf, unsigned int len);