Skip to content
Snippets Groups Projects
Commit d1f0feb0 authored by Jan Kadlec's avatar Jan Kadlec
Browse files

Removed obsolete API functions.

parent 959296ac
No related branches found
No related tags found
No related merge requests found
......@@ -273,18 +273,6 @@ uint8_t *knot_rrset_get_rdata(const knot_rrset_t *rrset, size_t rdata_pos);
*/
uint16_t knot_rrset_rdata_rr_count(const knot_rrset_t *rrset);
/*!
* \brief Returns the set of RRSIGs covering the given RRSet.
*
* \param rrset RRSet to get the signatures for.
*
* \return Set of RRSIGs which cover the given RRSet or NULL if there is none or
* if no rrset was provided (\a rrset is NULL).
*/
const knot_rrset_t *knot_rrset_rrsigs(const knot_rrset_t *rrset);
knot_rrset_t *knot_rrset_get_rrsigs(knot_rrset_t *rrset);
int knot_rrset_rdata_equal(const knot_rrset_t *r1, const knot_rrset_t *r2);
/*!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment