diff options
Diffstat (limited to 'src/libknot/packet/query.h')
-rw-r--r-- | src/libknot/packet/query.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libknot/packet/query.h b/src/libknot/packet/query.h index 3ca4fd3..ee5418a 100644 --- a/src/libknot/packet/query.h +++ b/src/libknot/packet/query.h @@ -81,9 +81,6 @@ int knot_query_set_opcode(knot_packet_t *query, uint8_t opcode); int knot_query_add_rrset_authority(knot_packet_t *query, const knot_rrset_t *rrset); -int knot_query_rr_to_wire(const knot_rrset_t *rrset, const knot_rdata_t *rdata, - uint8_t **wire, uint8_t *endp); - #endif /* _KNOT_QUERY_H_ */ /*! @} */ |