From ec476a9129c7ce3bceac45905d744da54932302e Mon Sep 17 00:00:00 2001 From: Willem Toorop Date: Thu, 9 Jul 2015 10:37:02 +0200 Subject: [PATCH] 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 --- src/getdns/getdns.h.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/getdns/getdns.h.in b/src/getdns/getdns.h.in index 3f133a4f..7f98f7d1 100644 --- a/src/getdns/getdns.h.in +++ b/src/getdns/getdns.h.in @@ -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