aboutsummaryrefslogtreecommitdiff
path: root/ares/Makefile.inc
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-11-19 15:16:16 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-11-19 15:16:16 +0000
commit7383225271fc38c0421f647c8e5fda26161f6079 (patch)
tree0abf44461f2777d0bad9657c44083d566307312b /ares/Makefile.inc
parent4b3ae5e1575fd40d3ca969fda2f23e46182cf0b8 (diff)
- Brad Spencer brought the new function ares_gethostbyname_file() which simply
resolves a host name from the given file, using the regular hosts syntax.
Diffstat (limited to 'ares/Makefile.inc')
-rw-r--r--ares/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ares/Makefile.inc b/ares/Makefile.inc
index d6bf0643a..bdadd3342 100644
--- a/ares/Makefile.inc
+++ b/ares/Makefile.inc
@@ -19,4 +19,4 @@ MANPAGES= ares_destroy.3 ares_expand_name.3 ares_expand_string.3 ares_fds.3 \
ares_query.3 ares_search.3 ares_send.3 ares_strerror.3 ares_timeout.3 \
ares_version.3 ares_cancel.3 ares_parse_aaaa_reply.3 ares_getnameinfo.3 \
ares_getsock.3 ares_parse_ns_reply.3 \
- ares_destroy_options.3 ares_save_options.3
+ ares_destroy_options.3 ares_save_options.3 ares_gethostbyname_file.3