diff options
author | Yang Tse <yangsita@gmail.com> | 2009-10-29 01:59:57 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2009-10-29 01:59:57 +0000 |
commit | 3b908ed1437621e91d4f422acd309e1c5e023af9 (patch) | |
tree | f680bfe7519af86538561cce140a561dd531a06c | |
parent | 265ed24ac09aacabb9422b4f2fe8a12dc338a633 (diff) |
Add reference for ares_parse_srv_reply docs
-rw-r--r-- | ares/Makefile.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ares/Makefile.inc b/ares/Makefile.inc index de3be273f..2247c8483 100644 --- a/ares/Makefile.inc +++ b/ares/Makefile.inc @@ -80,6 +80,7 @@ MANPAGES = ares_cancel.3 \ ares_parse_aaaa_reply.3 \ ares_parse_ns_reply.3 \ ares_parse_ptr_reply.3 \ + ares_parse_srv_reply.3 \ ares_process.3 \ ares_query.3 \ ares_save_options.3 \ @@ -113,6 +114,7 @@ HTMLPAGES = ares_cancel.html \ ares_parse_aaaa_reply.html \ ares_parse_ns_reply.html \ ares_parse_ptr_reply.html \ + ares_parse_srv_reply.html \ ares_process.html \ ares_query.html \ ares_save_options.html \ |