summaryrefslogtreecommitdiff
path: root/ares_parse_srv_reply.c
AgeCommit message (Collapse)AuthorFilesLines
2009-10-29use 'ares_srv_reply' for proper name-spacingDaniel Stenberg1-4/+4
2009-09-06T_SRV portability checkYang Tse1-0/+5
2009-09-05changed includes to match style how we do with all other *.c files.Gunter Knauf1-9/+17
2009-09-05changed u_int16_t to unsigned short because it is the only place within ares ↵Gunter Knauf1-6/+6
and curl where such a type would be used; also it broke many autobuilds. We should probably introduce an ares_port_t if we want to use a type here.
2009-09-05Replace 'uint16_t' with 'u_int16_t' since the latter is used in ares.h.Gisle Vanem1-6/+6
2009-09-04- Jakub Hrozek added ares_parse_srv_reply() for SRV parsingDaniel Stenberg1-0/+159