From 5e9322f450b2b77fb3fa75ed77c3ddfc28a166d3 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Wed, 20 Aug 2008 23:38:36 +0000 Subject: [PATCH] Export 'ares_process_fd' too. --- Makefile.vc6 | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.vc6 b/Makefile.vc6 index d9a0f968..f02bd37e 100644 --- a/Makefile.vc6 +++ b/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 >> $@