mirror of https://github.com/getdnsapi/getdns.git
Add missing file....
This commit is contained in:
parent
d75ba83013
commit
508127a856
|
@ -143,10 +143,6 @@ getdns_return_t
|
||||||
getdns_context_get_dns_transport_list(getdns_context *context,
|
getdns_context_get_dns_transport_list(getdns_context *context,
|
||||||
size_t* transport_count, getdns_transport_list_t **transports);
|
size_t* transport_count, getdns_transport_list_t **transports);
|
||||||
|
|
||||||
getdns_return_t
|
|
||||||
getdns_context_get_tls_authentication(getdns_context *context,
|
|
||||||
getdns_tls_authentication_t* value);
|
|
||||||
|
|
||||||
getdns_return_t
|
getdns_return_t
|
||||||
getdns_context_get_limit_outstanding_queries(getdns_context *context,
|
getdns_context_get_limit_outstanding_queries(getdns_context *context,
|
||||||
uint16_t* limit);
|
uint16_t* limit);
|
||||||
|
@ -389,6 +385,10 @@ getdns_return_t
|
||||||
getdns_context_set_tls_authentication(
|
getdns_context_set_tls_authentication(
|
||||||
getdns_context *context, getdns_tls_authentication_t value);
|
getdns_context *context, getdns_tls_authentication_t value);
|
||||||
|
|
||||||
|
getdns_return_t
|
||||||
|
getdns_context_get_tls_authentication(getdns_context *context,
|
||||||
|
getdns_tls_authentication_t* value);
|
||||||
|
|
||||||
|
|
||||||
/* WARNING! Do not use the constants below. They will be removed from future
|
/* WARNING! Do not use the constants below. They will be removed from future
|
||||||
* releases. Please use the getdns_context_set_dns_transport_list with the
|
* releases. Please use the getdns_context_set_dns_transport_list with the
|
||||||
|
|
Loading…
Reference in New Issue