aboutsummaryrefslogtreecommitdiff
path: root/ares/ares.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2009-10-29 08:50:34 +0000
committerDaniel Stenberg <daniel@haxx.se>2009-10-29 08:50:34 +0000
commit982e655c077ea3f8f0f198aa6acf99da581f656e (patch)
treece392c5825b5089fdd10f71c119adcc34b04e39d /ares/ares.h
parent308497ffc636cb863c8d4a99f1c4cf7530b01f55 (diff)
use 'ares_srv_reply' for proper name-spacing
Diffstat (limited to 'ares/ares.h')
-rw-r--r--ares/ares.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ares/ares.h b/ares/ares.h
index 88805e316..4a53cece1 100644
--- a/ares/ares.h
+++ b/ares/ares.h
@@ -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);