From ea4dc9757512c9d158d2696a7d9ae55b84e92fd8 Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Fri, 15 Jun 2001 01:26:14 +0000 Subject: [PATCH] declare launch_next_query() before calling it --- bin/dig/dighost.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bin/dig/dighost.c b/bin/dig/dighost.c index fc4175f70c..e982df3b90 100644 --- a/bin/dig/dighost.c +++ b/bin/dig/dighost.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dighost.c,v 1.203 2001/06/14 21:40:02 bwelling Exp $ */ +/* $Id: dighost.c,v 1.204 2001/06/15 01:26:14 gson Exp $ */ /* * Notice to programmers: Do not use this code as an example of how to @@ -158,6 +158,9 @@ recv_done(isc_task_t *task, isc_event_t *event); static void connect_timeout(isc_task_t *task, isc_event_t *event); +static void +launch_next_query(dig_query_t *query, isc_boolean_t include_question); + char * next_token(char **stringp, const char *delim) { char *res;