summaryrefslogtreecommitdiff
path: root/src/libknot/packet/response.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libknot/packet/response.h')
-rw-r--r--src/libknot/packet/response.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libknot/packet/response.h b/src/libknot/packet/response.h
index d522f82..d3e66f3 100644
--- a/src/libknot/packet/response.h
+++ b/src/libknot/packet/response.h
@@ -197,6 +197,10 @@ void knot_response_set_tc(knot_packet_t *response);
int knot_response_add_nsid(knot_packet_t *response, const uint8_t *data,
uint16_t length);
+int knot_response_add_wildcard_node(knot_packet_t *response,
+ const knot_node_t *node,
+ const knot_dname_t *sname);
+
#endif /* _KNOT_response_H_ */
/*! @} */