]> granicus.if.org Git - curl/commitdiff
Let's not call ares_save_options() deprecated just yet
authorDaniel Stenberg <daniel@haxx.se>
Wed, 3 Dec 2008 10:03:07 +0000 (10:03 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 3 Dec 2008 10:03:07 +0000 (10:03 +0000)
ares/ares.h

index e4dc7e3d8f22b774690a9fd4879534aee212cd7d..569147cabb17330379ee5e125172a00914716188 100644 (file)
@@ -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 {