aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sndcp.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-sndcp.c')
-rw-r--r--epan/dissectors/packet-sndcp.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-sndcp.c b/epan/dissectors/packet-sndcp.c
index 55ed2c36bf..3ccbc25d5a 100644
--- a/epan/dissectors/packet-sndcp.c
+++ b/epan/dissectors/packet-sndcp.c
@@ -37,6 +37,9 @@
#define MASK_T 0x20
#define MASK_M 0x10
+void proto_register_sndcp(void);
+void proto_reg_handoff_sndcp(void);
+
/* Initialize the protocol and registered fields
*/
static int proto_sndcp = -1;