aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h1.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-h1.c')
-rw-r--r--epan/dissectors/packet-h1.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-h1.c b/epan/dissectors/packet-h1.c
index 1be9259a1d..f1d006cdeb 100644
--- a/epan/dissectors/packet-h1.c
+++ b/epan/dissectors/packet-h1.c
@@ -30,6 +30,9 @@
#include <epan/packet.h>
#include <epan/exceptions.h>
+void proto_register_h1(void);
+void proto_reg_handoff_h1(void);
+
static int proto_h1 = -1;
static int hf_h1_header = -1;
static int hf_h1_len = -1;