Fixing doxygen docs for evdns_base_search_clear when generated on non-windows machines

(cherry picked from commit 2c1562949c49febe9a4d5ec33cabe99f1f6a82e1)
This commit is contained in:
dpayne 2018-04-03 15:17:51 -07:00 committed by Azat Khuzhin
parent 894ca48a11
commit 80b70ee029
No known key found for this signature in database
GPG Key ID: B86086848EF8686D

View File

@ -478,6 +478,7 @@ int evdns_base_resolv_conf_parse(struct evdns_base *base, int flags, const char
EVENT2_EXPORT_SYMBOL
int evdns_base_load_hosts(struct evdns_base *base, const char *hosts_fname);
#ifdef _WIN32
/**
Obtain nameserver information using the Windows API.
@ -488,7 +489,6 @@ int evdns_base_load_hosts(struct evdns_base *base, const char *hosts_fname);
@return 0 if successful, or -1 if an error occurred
@see evdns_resolv_conf_parse()
*/
#ifdef _WIN32
EVENT2_EXPORT_SYMBOL
int evdns_base_config_windows_nameservers(struct evdns_base *);
#define EVDNS_BASE_CONFIG_WINDOWS_NAMESERVERS_IMPLEMENTED