mirror of
https://github.com/libevent/libevent.git
synced 2025-01-31 09:12:55 +08:00
Document that DNS_NO_SEARCH is an obsolete alias for DNS_QUERY_NO_SEARCH
This commit is contained in:
parent
3808168d21
commit
33200e72de
@ -179,6 +179,9 @@ extern "C" {
|
||||
#define DNS_OPTION_HOSTSFILE 8
|
||||
#define DNS_OPTIONS_ALL 15
|
||||
|
||||
/* Obsolete name for DNS_QUERY_NO_SEARCH */
|
||||
#define DNS_NO_SEARCH DNS_QUERY_NO_SEARCH
|
||||
|
||||
/**
|
||||
* The callback that contains the results from a lookup.
|
||||
* - result is one of the DNS_ERR_* values (DNS_ERR_NONE for success)
|
||||
@ -507,8 +510,6 @@ void evdns_set_transaction_id_fn(ev_uint16_t (*fn)(void));
|
||||
*/
|
||||
void evdns_set_random_bytes_fn(void (*fn)(char *, size_t));
|
||||
|
||||
#define DNS_NO_SEARCH 1
|
||||
|
||||
/*
|
||||
* Functions used to implement a DNS server.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user