]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
pullup:
authorBrian Wellington <source@isc.org>
Fri, 15 Jun 2001 01:37:30 +0000 (01:37 +0000)
committerBrian Wellington <source@isc.org>
Fri, 15 Jun 2001 01:37:30 +0000 (01:37 +0000)
declare launch_next_query() before calling it

bin/dig/dighost.c

index f72cb5f787269dfa184167906d12b069d0a39917..58cf53a37477bdaac68e9c6d1f1ee8e0fa7a8ee6 100644 (file)
@@ -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;