From 9b3c2b6ae23e520925839a5e5ea163fb86c6a77d Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 4 Apr 2005 21:23:04 +0000 Subject: [PATCH] kill warnings --- lib/hostip.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/hostip.h b/lib/hostip.h index 16a607abf..3baf8284b 100644 --- a/lib/hostip.h +++ b/lib/hostip.h @@ -244,6 +244,7 @@ Curl_cache_addr(struct SessionHandle *data, Curl_addrinfo *addr, * Curl_destroy_thread_data() cleans up async resolver data. * Complementary of ares_destroy. */ +struct Curl_async; /* forward-declaration */ void Curl_destroy_thread_data(struct Curl_async *async); #ifndef INADDR_NONE