rdata: split rdata.h into 'rdata/<type>.h'
From !208 (merged)
- it would be cool to split this into respectable files like, 'rdata/soa.h, rdata/dnskey.h ...' :octocat: agreed, what about another MR though
👷 ? - functions like
knot_rrse_nsec3_next_hashed
return void but write to 'name' and 'name_size'- it would be nicer to use the return value for name for example
- there are more functions like this
Moreover, rename rr.h:knot_rr_t -> knot_rdata_t
and rr.h:knot_rrs_t -> knot_rdataset_t