diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-12-03 10:03:07 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-12-03 10:03:07 +0000 |
commit | 04ee89493ec3923ee5de19366fd25e6ac5f97423 (patch) | |
tree | 9a0557ef48c4c8e6c00b72027e747df8b7a36f61 /ares | |
parent | dd3594c6b3271e47d9b3bfcb1b6045b4da8820cd (diff) |
Let's not call ares_save_options() deprecated just yet
Diffstat (limited to 'ares')
-rw-r--r-- | ares/ares.h | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/ares/ares.h b/ares/ares.h index e4dc7e3d8..569147cab 100644 --- a/ares/ares.h +++ b/ares/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 { |