Conversion functions prototypes

This commit is contained in:
Willem Toorop 2015-12-03 14:54:38 +01:00
parent 9eae0968a7
commit dd836b2a11
2 changed files with 21 additions and 1 deletions

View File

@ -402,6 +402,22 @@ getdns_context_get_tls_authentication(getdns_context *context,
#define GETDNS_TRANSPORT_STARTTLS_FIRST_AND_FALL_BACK_TO_TCP_KEEP_CONNECTIONS_OPEN 546
#define GETDNS_TRANSPORT_STARTTLS_FIRST_AND_FALL_BACK_TO_TCP_KEEP_CONNECTIONS_OPEN_TEXT "See getdns_context_set_dns_transport()"
getdns_return_t
getdns_rr_dict2wire(
const getdns_dict *rr_dict, uint8_t *wire, size_t *wire_sz);
getdns_return_t
getdns_wire2rr_dict(
const uint8_t *wire, size_t wire_sz, getdns_dict **rr_dict);
getdns_return_t
getdns_rr_dict2str(
const getdns_dict *rr_dict, char *str, size_t *str_sz);
getdns_return_t
getdns_str2rr_dict(
const char *str, getdns_dict **rr_dict, const char *origin, uint32_t default_ttl);
#ifdef __cplusplus
}
#endif

View File

@ -13,7 +13,6 @@ getdns_context_get_dnssec_allowed_skew
getdns_context_get_dnssec_trust_anchors
getdns_context_get_dns_transport
getdns_context_get_dns_transport_list
getdns_context_get_tls_authentication
getdns_context_get_edns_client_subnet_private
getdns_context_get_edns_do_bit
getdns_context_get_edns_extended_rcode
@ -27,6 +26,7 @@ getdns_context_get_num_pending_requests
getdns_context_get_resolution_type
getdns_context_get_suffix
getdns_context_get_timeout
getdns_context_get_tls_authentication
getdns_context_get_tls_query_padding_blocksize
getdns_context_get_update_callback
getdns_context_get_upstream_recursive_servers
@ -114,11 +114,15 @@ getdns_pretty_snprint_list
getdns_print_json_dict
getdns_print_json_list
getdns_root_trust_anchor
getdns_rr_dict2str
getdns_rr_dict2wire
getdns_service
getdns_service_sync
getdns_snprint_json_dict
getdns_snprint_json_list
getdns_str2rr_dict
getdns_strerror
getdns_validate_dnssec
getdns_wire2rr_dict
plain_mem_funcs_user_arg
priv_getdns_context_mf