aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-echo.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-echo.c')
-rw-r--r--epan/dissectors/packet-echo.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-echo.c b/epan/dissectors/packet-echo.c
index b52b5ca4b4..a544f71baf 100644
--- a/epan/dissectors/packet-echo.c
+++ b/epan/dissectors/packet-echo.c
@@ -34,6 +34,9 @@
#define ECHO_PORT 7
+void proto_register_echo(void);
+void proto_reg_handoff_echo(void);
+
static int proto_echo = -1;
static int hf_echo_data = -1;