summaryrefslogtreecommitdiff
path: root/ares.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-12-03 10:03:07 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-12-03 10:03:07 +0000
commit413f8dd2a7254eaba7d636b58a22d0d7b79de7fa (patch)
tree6eee7a732ccbbe99d327a382b765f347fe12cd1f /ares.h
parente61d4b9e21578a5b77118030a6711bbbb9abd7de (diff)
downloadc-ares-413f8dd2a7254eaba7d636b58a22d0d7b79de7fa.tar.gz
c-ares-413f8dd2a7254eaba7d636b58a22d0d7b79de7fa.tar.bz2
c-ares-413f8dd2a7254eaba7d636b58a22d0d7b79de7fa.zip
Let's not call ares_save_options() deprecated just yet
Diffstat (limited to 'ares.h')
-rw-r--r--ares.h13
1 files changed, 5 insertions, 8 deletions
diff --git a/ares.h b/ares.h
index e4dc7e3..569147c 100644
--- a/ares.h
+++ b/ares.h
@@ -190,14 +190,11 @@ struct apattern;
ares_set_*() options and the ares_init_options() function will become
deprecated.
- ares_save_options() is considered deprecated as of right now. Use ares_dup()
- instead!
-
- So, if new options are added they are not added to this struct. And they
- are not "saved" with the ares_save_options() function but instead we
- encourage the use of the ares_dup() function. Needless to say, if you add
- config options to c-ares you need to make sure ares_dup() duplicates this
- new option.
+ When new options are added to c-ares, they are not added to this
+ struct. And they are not "saved" with the ares_save_options() function but
+ instead we encourage the use of the ares_dup() function. Needless to say,
+ if you add config options to c-ares you need to make sure ares_dup()
+ duplicates this new option.
*/
struct ares_options {