aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-loop.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-loop.c')
-rw-r--r--epan/dissectors/packet-loop.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-loop.c b/epan/dissectors/packet-loop.c
index c45b6411a0..c1e5ea3002 100644
--- a/epan/dissectors/packet-loop.c
+++ b/epan/dissectors/packet-loop.c
@@ -32,6 +32,9 @@
#include <epan/packet.h>
#include <epan/etypes.h>
+void proto_register_loop(void);
+void proto_reg_handoff_loop(void);
+
static int proto_loop = -1;
static int hf_loop_skipcount = -1;
static int hf_loop_function = -1;