bblog: Fix -Wmissing-prototypes warning

packet-bblog.c:334:1: warning: no previous prototype for function 'proto_register_bblog' [-Wmissing-prototypes]
This commit is contained in:
Alexis La Goutte 2021-09-17 08:12:01 +02:00 committed by Wireshark GitLab Utility
parent e1c754262f
commit 7f411bbe80
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
#include <epan/packet.h>
void proto_register_bblog_event(void);
void proto_register_bblog(void);
void proto_reg_handoff_bblog(void);
static int proto_bblog = -1;