diff options
| author | Yang Tse <yangsita@gmail.com> | 2009-11-20 09:06:33 +0000 | 
|---|---|---|
| committer | Yang Tse <yangsita@gmail.com> | 2009-11-20 09:06:33 +0000 | 
| commit | 7e6a67b436cef781513c2037ca8775531e92e329 (patch) | |
| tree | 9e34b1f54dd0901d63b5aad2638828dc6c6aa886 /ares/ares_data.c | |
| parent | 5a0a473c30925d63e1695a7b8b1cee8f73ad6e68 (diff) | |
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().
Diffstat (limited to 'ares/ares_data.c')
| -rw-r--r-- | ares/ares_data.c | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/ares/ares_data.c b/ares/ares_data.c index 5d710ee65..16a5cc507 100644 --- a/ares/ares_data.c +++ b/ares/ares_data.c @@ -34,7 +34,8 @@  ** of c-ares functions returning pointers that must be free'ed using this  ** function is:  ** -**   FIXME: specify function list. +**   ares_parse_srv_reply() +**   ares_parse_txt_reply()  */  void ares_free_data(void *dataptr) | 
