Pcap (pktdata): fix no previous prototype for ... [-Wmissing-prototypes]

no previous prototype for 'proto_register_pcap_pktdata' [-Wmissing-prototypes]
no previous prototype for 'proto_reg_handoff_pcap_pktdata' [-Wmissing-prototypes]

Change-Id: Id9c89b7217b4f0a0d1e1ca186ccfd8dfe1bcd2d9
Reviewed-on: https://code.wireshark.org/review/12067
Reviewed-by: Michael Mann <mmann78@netscape.net>
This commit is contained in:
Alexis La Goutte 2015-11-23 14:11:44 +01:00 committed by Michael Mann
parent 44cea438e4
commit 3438fe2dd9
1 changed files with 3 additions and 0 deletions

View File

@ -32,6 +32,9 @@
#include <epan/dissectors/packet-pcap_pktdata.h>
void proto_register_pcap_pktdata(void);
void proto_reg_handoff_pcap_pktdata(void);
static int proto_pcap_pktdata = -1;
static int hf_pcap_pktdata_pseudoheader = -1;