aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cosnaming.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-cosnaming.c
parent6b10f16ca8818e73b7a90079c8383ee9d3b92bcc (diff)
Regenerate dissector after change to add prototype
svn path=/trunk/; revision=53779
Diffstat (limited to 'epan/dissectors/packet-cosnaming.c')
-rw-r--r--epan/dissectors/packet-cosnaming.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-cosnaming.c b/epan/dissectors/packet-cosnaming.c
index 889149076f..921825b245 100644
--- a/epan/dissectors/packet-cosnaming.c
+++ b/epan/dissectors/packet-cosnaming.c
@@ -53,6 +53,9 @@
#pragma GCC diagnostic ignored "-Wunused-variable"
#endif
+void proto_register_giop_cosnaming(void);
+void proto_reg_handoff_giop_cosnaming(void);
+
/* Initialise the protocol and subtree pointers */
static int proto_cosnaming = -1;
static gint ett_cosnaming = -1;