summaryrefslogtreecommitdiff
path: root/src/packet/question.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/packet/question.h')
-rw-r--r--src/packet/question.h2
1 files changed, 1 insertions, 1 deletions
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);