]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
removed empty ldns_getaddrinfo_secure function + doc
authorMiek Gieben <miekg@NLnetLabs.nl>
Thu, 5 Jan 2006 12:07:21 +0000 (12:07 +0000)
committerMiek Gieben <miekg@NLnetLabs.nl>
Thu, 5 Jan 2006 12:07:21 +0000 (12:07 +0000)
higher.c
ldns/higher.h
ldns/keys.h

index 850ca074af972fc0ca6de0a4c5b217f7cb253145..bf2ace464b82d5c9a48ce2237a9ccafad7c913e4 100644 (file)
--- a/higher.c
+++ b/higher.c
@@ -284,12 +284,6 @@ ldns_getaddrinfo(ldns_resolver *res, ldns_rdf *node, ldns_rr_class c, ldns_rr_li
        return names_found;
 }
 
-ldns_rr_list *
-ldns_getaddrinfo_secure(void)
-{
-       return NULL;
-}
-
 /*
  * Send a "simple" update for an A or an AAAA RR.
  * \param[in] fqdn the update RR owner
index 8a389d8fc01c1f933a666776ab81900534a9ee3e..7e6ff621814aa4f4cdee54f33871b6a339bca37d 100644 (file)
@@ -82,11 +82,6 @@ ldns_rr_list *ldns_get_rr_list_hosts_frm_file(char *filename);
  */
 uint16_t ldns_getaddrinfo(ldns_resolver *res, ldns_rdf *node, ldns_rr_class c, ldns_rr_list **list);
 
-/**
- * 
- */
-ldns_rr_list *ldns_getaddrinfo_secure();
-
 /**
  * Check if t is enumerated in the nsec type rdata
  * \param[in] nsec the NSEC Record to look in
index 3be1137cd90d9f61650e6934a200fb591f9c0af2..e106865797c92bc2c991f2868f9b68a62a65c6fc 100644 (file)
@@ -89,11 +89,13 @@ typedef struct ldns_struct_key_list ldns_key_list;
 
 /**
  * creates a new empty key list
+ * \return a new ldns_key_list structure pointer
  */
 ldns_key_list *ldns_key_list_new();
 
 /** 
  * creates a new empty key structure
+ * \return a new ldns_key * structure
  */
 ldns_key *ldns_key_new();