aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pcap_pktdata.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2015-11-23 14:11:44 +0100
committerMichael Mann <mmann78@netscape.net>2015-11-23 16:18:01 +0000
commit3438fe2dd931ba494c073e22a8efd8649d986e6d (patch)
tree34a8e469442f63541302afcbdc2e51599db26194 /epan/dissectors/packet-pcap_pktdata.c
parent44cea438e469a454ba7c8e704db5a64c6649c55b (diff)
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>
Diffstat (limited to 'epan/dissectors/packet-pcap_pktdata.c')
-rw-r--r--epan/dissectors/packet-pcap_pktdata.c3
1 files changed, 3 insertions, 0 deletions
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 <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;