aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-moldudp.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-12-18 06:51:09 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-12-18 06:51:09 +0000
commite8b935ad6ea1117f9d8787f090819ecc54bbbb98 (patch)
tree2b1684472baf0d96b504740b05c853a857c62063 /epan/dissectors/packet-moldudp.c
parent7dfbe304a7167e665b8e7b21708055d77b0eccde (diff)
Fix [-Wmissing-prototypes]
svn path=/trunk/; revision=54209
Diffstat (limited to 'epan/dissectors/packet-moldudp.c')
-rw-r--r--epan/dissectors/packet-moldudp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-moldudp.c b/epan/dissectors/packet-moldudp.c
index 84cb9d4b82..6de0bf50a7 100644
--- a/epan/dissectors/packet-moldudp.c
+++ b/epan/dissectors/packet-moldudp.c
@@ -64,7 +64,7 @@ static expert_field ei_moldudp_msglen_invalid = EI_INIT;
static expert_field ei_moldudp_count_invalid = EI_INIT;
/* Code to dissect a message block */
-guint
+static guint
dissect_moldudp_msgblk(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree,
guint offset, guint32 sequence)
{