From 3438fe2dd931ba494c073e22a8efd8649d986e6d Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Mon, 23 Nov 2015 14:11:44 +0100 Subject: 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 --- epan/dissectors/packet-pcap_pktdata.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'epan/dissectors/packet-pcap_pktdata.c') diff --git a/epan/dissectors/packet-pcap_pktdata.c b/epan/dissectors/packet-pcap_pktdata.c index 8e10e291e8..b81194b013 100644 --- a/epan/dissectors/packet-pcap_pktdata.c +++ b/epan/dissectors/packet-pcap_pktdata.c @@ -32,6 +32,9 @@ #include +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; -- cgit v1.2.3