diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-11-19 15:16:16 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-11-19 15:16:16 +0000 |
commit | 8a6b51d5601ab65f64514bb80c567f5f5e103bc1 (patch) | |
tree | 8b4194d66157386613da0caa2a62c1338ea508f0 /Makefile.inc | |
parent | 8a34a3a045a76282b81bbda780204a1633a64398 (diff) | |
download | c-ares-8a6b51d5601ab65f64514bb80c567f5f5e103bc1.tar.gz c-ares-8a6b51d5601ab65f64514bb80c567f5f5e103bc1.tar.bz2 c-ares-8a6b51d5601ab65f64514bb80c567f5f5e103bc1.zip |
- 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 'Makefile.inc')
-rw-r--r-- | Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc b/Makefile.inc index d6bf064..bdadd33 100644 --- a/Makefile.inc +++ b/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 |