aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-coseventcomm.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2013-12-04 09:53:51 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2013-12-04 09:53:51 +0000
commit2e0fbbfe26cecb25c8d250794d386c0bee5700e0 (patch)
tree1934d9a5f670c1687f839b9c20060e0226f686f7 /epan/dissectors/packet-coseventcomm.c
parent6b10f16ca8818e73b7a90079c8383ee9d3b92bcc (diff)
Regenerate dissector after change to add prototype
svn path=/trunk/; revision=53779
Diffstat (limited to 'epan/dissectors/packet-coseventcomm.c')
-rw-r--r--epan/dissectors/packet-coseventcomm.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-coseventcomm.c b/epan/dissectors/packet-coseventcomm.c
index 7cf927d412..7ca084a57c 100644
--- a/epan/dissectors/packet-coseventcomm.c
+++ b/epan/dissectors/packet-coseventcomm.c
@@ -53,6 +53,9 @@
#pragma GCC diagnostic ignored "-Wunused-variable"
#endif
+void proto_register_giop_coseventcomm(void);
+void proto_reg_handoff_giop_coseventcomm(void);
+
/* Initialise the protocol and subtree pointers */
static int proto_coseventcomm = -1;
static gint ett_coseventcomm = -1;