Tidy initialisation in hash_questions.c

This commit is contained in:
Simon Kelley
2021-01-22 22:50:25 +00:00
parent 3f535da79e
commit e75069f79a
3 changed files with 18 additions and 17 deletions

View File

@@ -1261,6 +1261,7 @@ size_t filter_rrsigs(struct dns_header *header, size_t plen);
int setup_timestamp(void);
/* hash_questions.c */
void hash_questions_init(void);
unsigned char *hash_questions(struct dns_header *header, size_t plen, char *name);
/* crypto.c */