summaryrefslogtreecommitdiff
path: root/src/packet/question.h
diff options
context:
space:
mode:
authorTyler Murphy <tylerm@tylerm.dev>2023-04-11 09:27:16 -0400
committerTyler Murphy <tylerm@tylerm.dev>2023-04-11 09:27:16 -0400
commitb22811eca246c9805cd1972981bc289e224181e6 (patch)
tree021f1c298c194cb2ade17f83fcf09c18ed2a703f /src/packet/question.h
parentread from config (diff)
downloadwrapper-b22811eca246c9805cd1972981bc289e224181e6.tar.gz
wrapper-b22811eca246c9805cd1972981bc289e224181e6.tar.bz2
wrapper-b22811eca246c9805cd1972981bc289e224181e6.zip
config
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);