diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-12-22 15:31:32 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-12-22 15:31:32 +0000 |
commit | a683658675ea71e272932e2fe3b55a5c1f065869 (patch) | |
tree | c50405f45d9dac137ec76282be82e66c86138aef /ares | |
parent | 25169f68b731f3f3d3d9e85a348ae24a14feb86f (diff) |
This function was added in c-ares [version]
Diffstat (limited to 'ares')
-rw-r--r-- | ares/ares_cancel.3 | 2 | ||||
-rw-r--r-- | ares/ares_getsock.3 | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/ares/ares_cancel.3 b/ares/ares_cancel.3 index c01468222..875f0f432 100644 --- a/ares/ares_cancel.3 +++ b/ares/ares_cancel.3 @@ -34,6 +34,6 @@ might have been stored in their arguments. .BR ares_init (3) .BR ares_destroy (3) .SH NOTES -This function is not compatible with ares. +This function was added in c-ares 1.2.0 .SH AUTHOR Dirk Manske diff --git a/ares/ares_getsock.3 b/ares/ares_getsock.3 index 301d8c244..57254cd36 100644 --- a/ares/ares_getsock.3 +++ b/ares/ares_getsock.3 @@ -50,6 +50,8 @@ extract the information appropriately: #define ARES_GETSOCK_WRITABLE(bits,num) (bits & (1 << ((num) + \ ARES_GETSOCK_MAXNUM))) .fi +.SH NOTES +This function was added in c-ares 1.3.1 .SH SEE ALSO .BR ares_timeout (3), .BR ares_fds (3), |