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:
Willem Toorop 2015-07-09 10:37:02 +02:00
parent 098e0f19c4
commit ec476a9129
1 changed files with 3 additions and 3 deletions

View File

@ -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