summaryrefslogtreecommitdiff
path: root/Makefile.inc
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-12-03 09:59:50 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-12-03 09:59:50 +0000
commite61d4b9e21578a5b77118030a6711bbbb9abd7de (patch)
treeff192f64441998a74a164678cdb192133d746c50 /Makefile.inc
parentefa7c4807b26bf919b72d9392a036601a88b717b (diff)
downloadc-ares-e61d4b9e21578a5b77118030a6711bbbb9abd7de.tar.gz
c-ares-e61d4b9e21578a5b77118030a6711bbbb9abd7de.tar.bz2
c-ares-e61d4b9e21578a5b77118030a6711bbbb9abd7de.zip
Introduce ares_dup(3) and new thoughts about API/ABI and how to move forwards.
Also discussed on the ml.
Diffstat (limited to 'Makefile.inc')
-rw-r--r--Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc b/Makefile.inc
index bdadd33..3f970b8 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -18,5 +18,5 @@ MANPAGES= ares_destroy.3 ares_expand_name.3 ares_expand_string.3 ares_fds.3 \
ares_parse_a_reply.3 ares_parse_ptr_reply.3 ares_process.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_getsock.3 ares_parse_ns_reply.3 ares_dup.3 \
ares_destroy_options.3 ares_save_options.3 ares_gethostbyname_file.3