add forgotten compile error fixes from previous commit

This commit is contained in:
TCY16
2021-09-20 11:42:39 +02:00
parent 4d15603a8c
commit 4df2965459
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -346,7 +346,7 @@ void log_edns_opt_list(enum verbosity_value level, const char* info_str,
* @param pkt: the packet.
* @return 0 if true, 1 if false
*/
int msgparse_check_edns_in_packet(sldns_buffer* pkt);
int msgparse_check_edns_in_packet(struct sldns_buffer* pkt);
#endif /* UTIL_DATA_MSGPARSE_H */