aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/packets.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/packets.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/packets.h b/src/packets.h
index a34acb9..b0d21b4 100644
--- a/src/packets.h
+++ b/src/packets.h
@@ -55,7 +55,7 @@ void packet_consume_data(struct sk_buff *skb, size_t offset, struct wireguard_de
#define DATA_PACKET_HEAD_ROOM ALIGN(sizeof(struct message_data) + max(sizeof(struct packet_data_encryption_ctx), SKB_HEADER_LEN), 4)
#ifdef DEBUG
-void packet_counter_selftest(void);
+bool packet_counter_selftest(void);
#endif
#endif