summaryrefslogtreecommitdiff
path: root/ares.h
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-11-23 12:03:32 +0000
committerYang Tse <yangsita@gmail.com>2009-11-23 12:03:32 +0000
commit612a29311a46e287630599089ac2d063edcdd20f (patch)
tree3e83610fbca933e42f93ae8fc28423dedbf6d487 /ares.h
parentdc4528e6726f510ef620b1fde03ce1a7f83bf7c8 (diff)
downloadc-ares-612a29311a46e287630599089ac2d063edcdd20f.tar.gz
c-ares-612a29311a46e287630599089ac2d063edcdd20f.tar.bz2
c-ares-612a29311a46e287630599089ac2d063edcdd20f.zip
Daniel wants upcoming release to be 1.7.0
Diffstat (limited to 'ares.h')
-rw-r--r--ares.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/ares.h b/ares.h
index 3e45a90..8a9b1c0 100644
--- a/ares.h
+++ b/ares.h
@@ -119,14 +119,14 @@ extern "C" {
#define ARES_EBADHINTS 20
/* Uninitialized library error code */
-#define ARES_ENOTINITIALIZED 21 /* introduced in 1.6.1 */
+#define ARES_ENOTINITIALIZED 21 /* introduced in 1.7.0 */
/* ares_library_init error codes */
-#define ARES_ELOADIPHLPAPI 22 /* introduced in 1.6.1 */
-#define ARES_EADDRGETNETWORKPARAMS 23 /* introduced in 1.6.1 */
+#define ARES_ELOADIPHLPAPI 22 /* introduced in 1.7.0 */
+#define ARES_EADDRGETNETWORKPARAMS 23 /* introduced in 1.7.0 */
/* More error codes */
-#define ARES_ECANCELLED 24 /* introduced in 1.6.1 */
+#define ARES_ECANCELLED 24 /* introduced in 1.7.0 */
/* Flag values */
#define ARES_FLAG_USEVC (1 << 0)
@@ -404,10 +404,10 @@ CARES_EXTERN int ares_expand_string(const unsigned char *encoded,
long *enclen);
/*
- * NOTE: before c-ares 1.6.1 we would most often use the system in6_addr
+ * NOTE: before c-ares 1.7.0 we would most often use the system in6_addr
* struct below when ares itself was built, but many apps would use this
* private version since the header checked a HAVE_* define for it. Starting
- * with 1.6.1 we always declare and use our own to stop relying on the
+ * with 1.7.0 we always declare and use our own to stop relying on the
* system's one.
*/
struct ares_in6_addr {