Jakub Hrozek modified ares_parse_srv_reply() and ares_parse_txt_reply() API
authorYang Tse <yangsita@gmail.com>
Fri, 20 Nov 2009 09:06:33 +0000 (09:06 +0000)
committerYang Tse <yangsita@gmail.com>
Fri, 20 Nov 2009 09:06:33 +0000 (09:06 +0000)
commit7e6a67b436cef781513c2037ca8775531e92e329
tree9e34b1f54dd0901d63b5aad2638828dc6c6aa886
parent5a0a473c30925d63e1695a7b8b1cee8f73ad6e68
Jakub Hrozek modified ares_parse_srv_reply() and ares_parse_txt_reply() API
to return a linked lists of results. These were also modified to internally
use the ares_data memory struct and as such its result must be free'ed with
ares_free_data().
ares/ares.h
ares/ares_data.c
ares/ares_parse_srv_reply.c
ares/ares_parse_txt_reply.c