1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2026-03-17 05:54:54 +00:00

use 'ares_srv_reply' for proper name-spacing

This commit is contained in:
Daniel Stenberg
2009-10-29 08:50:34 +00:00
parent 991c93cf54
commit 9ff3cb7411
2 changed files with 6 additions and 6 deletions

4
ares.h
View File

@ -429,7 +429,7 @@ struct addr6ttl {
int ttl;
};
struct srv_reply {
struct ares_srv_reply {
unsigned short weight;
unsigned short priority;
unsigned short port;
@ -469,7 +469,7 @@ CARES_EXTERN int ares_parse_ns_reply(const unsigned char *abuf,
CARES_EXTERN int ares_parse_srv_reply(const unsigned char* abuf,
int alen,
struct srv_reply** srv_out,
struct ares_srv_reply** srv_out,
int *nsrvreply);
CARES_EXTERN void ares_free_string(void *str);