summaryrefslogtreecommitdiff
path: root/lib/hostip.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-04-04 21:23:04 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-04-04 21:23:04 +0000
commit9b3c2b6ae23e520925839a5e5ea163fb86c6a77d (patch)
tree6fca5195c70f34fdc4c0873e3beb4d12ebabb271 /lib/hostip.h
parent833b6df96958c18dd800742f45bcb86bb37fbbf7 (diff)
downloadcurl-9b3c2b6ae23e520925839a5e5ea163fb86c6a77d.tar.gz
kill warnings
Diffstat (limited to 'lib/hostip.h')
-rw-r--r--lib/hostip.h1
1 files changed, 1 insertions, 0 deletions
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