aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pcapng_block.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-08-15 09:51:03 +0200
committerAnders Broman <a.broman58@gmail.com>2014-08-16 16:29:52 +0000
commit3cddcc2ce0d74ef19ebcaba192386149487c197d (patch)
tree5dc927cb7ce2e2e4b78ea5c81b17f4c762d47b90 /epan/dissectors/packet-pcapng_block.c
parent91e449e147ee96590440871cb576ef0cd8e1c254 (diff)
Fix warning: no previous prototype for ... [-Wmissing-prototypes]
Change-Id: Id61288a6abcff44ba813daaa48d403ee5c769da3 Reviewed-on: https://code.wireshark.org/review/3640 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-pcapng_block.c')
-rw-r--r--epan/dissectors/packet-pcapng_block.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-pcapng_block.c b/epan/dissectors/packet-pcapng_block.c
index d3a47cc3bb..98fabaf54d 100644
--- a/epan/dissectors/packet-pcapng_block.c
+++ b/epan/dissectors/packet-pcapng_block.c
@@ -26,6 +26,9 @@
#include <wiretap/wtap.h>
+void proto_register_pcapng_block(void);
+void proto_reg_handoff_pcapng_block(void);
+
static int proto_pcapng_block = -1;
static dissector_table_t pcapng_block_type_dissector_table;