tiff(file): Fix -Wmissing-prototypes warning

file-tiff.c:840:1: warning: no previous prototype for function 'proto_register_tiff' [-Wmissing-prototypes]
file-tiff.c:1143:1: warning: no previous prototype for function 'proto_reg_handoff_tiff' [-Wmissing-prototypes]
This commit is contained in:
Alexis La Goutte 2021-09-17 08:11:01 +02:00 committed by Wireshark GitLab Utility
parent 05b91f5aaf
commit e1c754262f
1 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,9 @@
#include <epan/packet.h>
#include <epan/expert.h>
void proto_reg_handoff_tiff(void);
void proto_register_tiff(void);
static int proto_tiff = -1;
// Header fields