From b22811eca246c9805cd1972981bc289e224181e6 Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Tue, 11 Apr 2023 09:27:16 -0400 Subject: config --- src/packet/question.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/packet/question.h') diff --git a/src/packet/question.h b/src/packet/question.h index e8c385a..43e03b3 100644 --- a/src/packet/question.h +++ b/src/packet/question.h @@ -9,7 +9,7 @@ typedef struct { uint16_t cls; } Question; -void read_question(PacketBuffer* buffer, Question* question); +bool read_question(PacketBuffer* buffer, Question* question); void write_question(PacketBuffer* buffer, Question* question); void free_question(Question* question); void print_question(Question* question, char* buffer); -- cgit v1.2.3-freya