From: Yang Tse Date: Wed, 20 Aug 2008 23:38:36 +0000 (+0000) Subject: Export 'ares_process_fd' too. X-Git-Tag: curl-7_19_0~110 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=347213d124945ff290b41b59be13d03c47179bae;p=thirdparty%2Fcurl.git Export 'ares_process_fd' too. --- diff --git a/ares/Makefile.vc6 b/ares/Makefile.vc6 index d9a0f96836..f02bd37e8a 100644 --- a/ares/Makefile.vc6 +++ b/ares/Makefile.vc6 @@ -111,6 +111,7 @@ $(DEF_FILE): $(OBJECTS) Makefile.VC6 @echo ares_parse_ptr_reply >> $@ @echo ares_parse_ns_reply >> $@ @echo ares_process >> $@ + @echo ares_process_fd >> $@ @echo ares_query >> $@ @echo ares_search >> $@ @echo ares_strerror >> $@