From: Greg Hazel Date: Mon, 10 Oct 2011 15:24:43 +0000 (-0700) Subject: refer to non-deprecated evdns functions in comments X-Git-Tag: release-2.0.15-stable~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ba5c27d47f5c74ed38be3baea704508cd8b5875d;p=libevent refer to non-deprecated evdns functions in comments --- diff --git a/include/event2/dns.h b/include/event2/dns.h index 61c6e4f1..c47073c4 100644 --- a/include/event2/dns.h +++ b/include/event2/dns.h @@ -270,7 +270,7 @@ int evdns_base_count_nameservers(struct evdns_base *base); /** Remove all configured nameservers, and suspend all pending resolves. - Resolves will not necessarily be re-attempted until evdns_resume() is called. + Resolves will not necessarily be re-attempted until evdns_base_resume() is called. @param base the evdns_base to which to apply this operation @return 0 if successful, or -1 if an error occurred @@ -283,7 +283,7 @@ int evdns_base_clear_nameservers_and_suspend(struct evdns_base *base); Resume normal operation and continue any suspended resolve requests. Re-attempt resolves left in limbo after an earlier call to - evdns_clear_nameservers_and_suspend(). + evdns_base_clear_nameservers_and_suspend(). @param base the evdns_base to which to apply this operation @return 0 if successful, or -1 if an error occurred