aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rmcp.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-12-12 17:45:22 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-12-12 17:45:22 +0000
commit74b58162d70994797401b791c0e833ac000110f2 (patch)
tree72a98d796ce0c091fa81c3547a7ad79cea3d3321 /epan/dissectors/packet-rmcp.c
parent138ce6f204f782d256ddf6d8bfd6fac93a321ee5 (diff)
- Forward declaration of register functions.
svn path=/trunk/; revision=53963
Diffstat (limited to 'epan/dissectors/packet-rmcp.c')
-rw-r--r--epan/dissectors/packet-rmcp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-rmcp.c b/epan/dissectors/packet-rmcp.c
index dc4d5ac30d..145d337efb 100644
--- a/epan/dissectors/packet-rmcp.c
+++ b/epan/dissectors/packet-rmcp.c
@@ -37,6 +37,8 @@
* http://www.dmtf.org/standards/documents/ASF/DSP0136.pdf
* (the ASF specification includes RMCP)
*/
+void proto_register_rmcp(void);
+void proto_reg_handoff_rmcp(void);
static int proto_rmcp = -1;
static int hf_rmcp_version = -1;