summaryrefslogtreecommitdiff
path: root/util/data/msgreply.h
diff options
context:
space:
mode:
Diffstat (limited to 'util/data/msgreply.h')
-rw-r--r--util/data/msgreply.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/util/data/msgreply.h b/util/data/msgreply.h
index b66f344e1521..60e6438a84ab 100644
--- a/util/data/msgreply.h
+++ b/util/data/msgreply.h
@@ -285,6 +285,10 @@ int parse_create_msg(struct sldns_buffer* pkt, struct msg_parse* msg,
struct alloc_cache* alloc, struct query_info* qinf,
struct reply_info** rep, struct regional* region);
+/** get msg reply struct (in temp region) */
+struct reply_info* parse_reply_in_temp_region(struct sldns_buffer* pkt,
+ struct regional* region, struct query_info* qi);
+
/**
* Sorts the ref array.
* @param rep: reply info. rrsets must be filled in.