mirror of
https://github.com/libevent/libevent.git
synced 2025-01-09 00:56:20 +08:00
Fix docstring in dns.h
This commit is contained in:
parent
f72e8f6643
commit
2b6eae5999
@ -206,7 +206,7 @@ struct event_base;
|
||||
|
||||
@param event_base the event base to associate the dns client with
|
||||
@param initialize_nameservers 1 if resolve.conf processing should occur
|
||||
@return 0 if successful, or -1 if an error occurred
|
||||
@return evdns_base object if successful, or NULL if an error occurred.
|
||||
@see evdns_base_free()
|
||||
*/
|
||||
struct evdns_base * evdns_base_new(struct event_base *event_base, int initialize_nameservers);
|
||||
|
Loading…
x
Reference in New Issue
Block a user