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
*/
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
/**
* 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();