aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rgmp.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-rgmp.c
parent138ce6f204f782d256ddf6d8bfd6fac93a321ee5 (diff)
- Forward declaration of register functions.
svn path=/trunk/; revision=53963
Diffstat (limited to 'epan/dissectors/packet-rgmp.c')
-rw-r--r--epan/dissectors/packet-rgmp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-rgmp.c b/epan/dissectors/packet-rgmp.c
index 641a0d44fc..24af17c55a 100644
--- a/epan/dissectors/packet-rgmp.c
+++ b/epan/dissectors/packet-rgmp.c
@@ -40,6 +40,7 @@
#include "packet-igmp.h"
#include "packet-rgmp.h"
+void proto_register_rgmp(void);
static int proto_rgmp = -1;
static int hf_type = -1;