]> granicus.if.org Git - curl/commitdiff
kill warnings
authorDaniel Stenberg <daniel@haxx.se>
Mon, 4 Apr 2005 21:23:04 +0000 (21:23 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 4 Apr 2005 21:23:04 +0000 (21:23 +0000)
lib/hostip.h

index 16a607abff782668164dc74f4b26a025f2d37832..3baf8284b41141939835c2dc9bebf9eedde53e82 100644 (file)
@@ -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