From ba5c27d47f5c74ed38be3baea704508cd8b5875d Mon Sep 17 00:00:00 2001 From: Greg Hazel Date: Mon, 10 Oct 2011 08:24:43 -0700 Subject: [PATCH] refer to non-deprecated evdns functions in comments --- include/event2/dns.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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