aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-spp.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-spp.c')
-rw-r--r--epan/dissectors/packet-spp.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-spp.c b/epan/dissectors/packet-spp.c
index 745c7b1425..d35da47538 100644
--- a/epan/dissectors/packet-spp.c
+++ b/epan/dissectors/packet-spp.c
@@ -29,6 +29,9 @@
#include <epan/packet.h>
#include "packet-idp.h"
+void proto_register_spp(void);
+void proto_reg_handoff_spp(void);
+
static int proto_spp = -1;
static int hf_spp_connection_control = -1;
static int hf_spp_connection_control_sys = -1;