declare launch_next_query() before calling it
* 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
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;