return NULL;
}
+#ifndef NDEBUG
+
void kr_rrset_print(const knot_rrset_t *rr)
{
char rrtext[KNOT_DNAME_MAXLEN * 2] = {0};
knot_rrtype_to_string(rrtype, str, 32);
printf ("%s%s%s", prefix, str, postfix);
}
+
+#endif /* !NDEBUG */
+
int kr_ranked_rrarray_set_wire(ranked_rr_array_t *array, bool to_wire, uint32_t qry_uid);
+#ifndef NDEBUG /* These might be useful (again) during debugging. */
void kr_rrset_print(const knot_rrset_t *rr);
void kr_pkt_print(knot_pkt_t *pkt);
void kr_dname_print(const knot_dname_t *name, const char *prefix, const char *postfix);
void kr_rrtype_print(const uint16_t rrtype, const char *prefix, const char *postfix);
+#endif
/**
* Call module property.