aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--epan/dissectors/packet-rtps-utils.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/dissectors/packet-rtps-utils.c b/epan/dissectors/packet-rtps-utils.c
index c785a2686f..6c1ea7e9b7 100644
--- a/epan/dissectors/packet-rtps-utils.c
+++ b/epan/dissectors/packet-rtps-utils.c
@@ -82,6 +82,7 @@ gint dissect_user_defined(proto_tree *tree, tvbuff_t * tvb, gint offset, guint e
RTICdrTypeObjectExtensibility extensibility, gint offset_zero,
guint16 flags, guint32 element_member_id);
+static
gint dissect_mutable_member(proto_tree *tree , tvbuff_t * tvb, gint offset, guint encoding,
dissection_info * info, gboolean * is_end) {
@@ -432,4 +433,4 @@ gint dissect_user_defined(proto_tree *tree, tvbuff_t * tvb, gint offset, guint e
*
* ex: set shiftwidth=4 tabstop=8 expandtab:
* :indentSize=4:tabSize=8:noTabs=true:
- */ \ No newline at end of file
+ */