From: Brian Wellington Date: Fri, 15 Jun 2001 01:37:30 +0000 (+0000) Subject: pullup: X-Git-Tag: v9.1.3rc2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=119d6af33f699ed931a5696a13b9b078525e221b;p=thirdparty%2Fbind9.git pullup: declare launch_next_query() before calling it --- diff --git a/bin/dig/dighost.c b/bin/dig/dighost.c index f72cb5f7872..58cf53a3747 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.174.2.10 2001/06/14 22:03:38 gson Exp $ */ +/* $Id: dighost.c,v 1.174.2.11 2001/06/15 01:37:30 bwelling Exp $ */ /* * Notice to programmers: Do not use this code as an example of how to @@ -162,6 +162,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;