mirror of
https://frontier.innolan.net/rainlance/c-ares.git
synced 2025-10-06 15:29:39 +00:00
ares_data.h: ARES_DATATYPE_SOA_REPLY is added in 1.9.0
This commit is contained in:
committed by
Daniel Stenberg
parent
cc067c21fe
commit
6e44d64429
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
/* Copyright (C) 2009-2010 by Daniel Stenberg
|
/* Copyright (C) 2009-2012 by Daniel Stenberg
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this
|
* Permission to use, copy, modify, and distribute this
|
||||||
* software and its documentation for any purpose and without
|
* software and its documentation for any purpose and without
|
||||||
@ -21,7 +21,7 @@ typedef enum {
|
|||||||
ARES_DATATYPE_ADDR_NODE, /* struct ares_addr_node - introduced in 1.7.1 */
|
ARES_DATATYPE_ADDR_NODE, /* struct ares_addr_node - introduced in 1.7.1 */
|
||||||
ARES_DATATYPE_MX_REPLY, /* struct ares_mx_reply - introduced in 1.7.2 */
|
ARES_DATATYPE_MX_REPLY, /* struct ares_mx_reply - introduced in 1.7.2 */
|
||||||
ARES_DATATYPE_NAPTR_REPLY,/* struct ares_naptr_reply - introduced in 1.7.6 */
|
ARES_DATATYPE_NAPTR_REPLY,/* struct ares_naptr_reply - introduced in 1.7.6 */
|
||||||
ARES_DATATYPE_SOA_REPLY, /* struct ares_soa_reply - introduced in 1.x.x */
|
ARES_DATATYPE_SOA_REPLY, /* struct ares_soa_reply - introduced in 1.9.0 */
|
||||||
#if 0
|
#if 0
|
||||||
ARES_DATATYPE_ADDR6TTL, /* struct ares_addrttl */
|
ARES_DATATYPE_ADDR6TTL, /* struct ares_addrttl */
|
||||||
ARES_DATATYPE_ADDRTTL, /* struct ares_addr6ttl */
|
ARES_DATATYPE_ADDRTTL, /* struct ares_addr6ttl */
|
||||||
|
Reference in New Issue
Block a user