mirror of https://github.com/getdnsapi/getdns.git
getdns_root_trust_anchor up in getdns.h.in
So it is on the same spot as where it is in the original specification. This to ease comparing getdns.h with the API's getdns_code_only.h
This commit is contained in:
parent
098e0f19c4
commit
ec476a9129
|
@ -934,6 +934,9 @@ getdns_validate_dnssec(getdns_list *to_validate,
|
|||
getdns_list *support_records,
|
||||
getdns_list *trust_anchors);
|
||||
|
||||
/* Get root trust anchor */
|
||||
getdns_list *getdns_root_trust_anchor(time_t *utc_date_of_anchor);
|
||||
|
||||
/**
|
||||
* creates a string that describes the dictionary in a human readable form
|
||||
* one line per item in the dictionary
|
||||
|
@ -1038,9 +1041,6 @@ getdns_context_set_extended_memory_functions(getdns_context *context,
|
|||
getdns_dict*
|
||||
getdns_context_get_api_information(getdns_context* context);
|
||||
|
||||
/* Get root trust anchor */
|
||||
getdns_list *getdns_root_trust_anchor(time_t *utc_date_of_anchor);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue