aboutsummaryrefslogtreecommitdiff
path: root/util/data/msgencode.h
diff options
context:
space:
mode:
Diffstat (limited to 'util/data/msgencode.h')
-rw-r--r--util/data/msgencode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/data/msgencode.h b/util/data/msgencode.h
index 08fcb59b8e36..0363a90bf06f 100644
--- a/util/data/msgencode.h
+++ b/util/data/msgencode.h
@@ -66,9 +66,9 @@ struct edns_data;
* @param secure: if 1, the AD bit is set in the reply.
* @return: 0 on error (server failure).
*/
-int reply_info_answer_encode(struct query_info* qinf, struct reply_info* rep,
+int reply_info_answer_encode(struct query_info* qinf, struct reply_info* rep,
uint16_t id, uint16_t qflags, struct sldns_buffer* dest, time_t timenow,
- int cached, struct regional* region, uint16_t udpsize,
+ int cached, struct regional* region, uint16_t udpsize,
struct edns_data* edns, int dnssec, int secure);
/**