aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ymsg.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2005-08-02 08:30:33 +0000
committerJörg Mayer <jmayer@loplof.de>2005-08-02 08:30:33 +0000
commita0f94c125f5d00b938c83a6f4f04fa46ed436760 (patch)
treea384a8ea6c347a0d00c08a3a73d823be204a9fb6 /epan/dissectors/packet-ymsg.c
parentbcf080b837588b5b0124c5d749d22c9ea6c1f5d2 (diff)
Last set of trivial fixes for "no previous declaration" warnings.
svn path=/trunk/; revision=15191
Diffstat (limited to 'epan/dissectors/packet-ymsg.c')
-rw-r--r--epan/dissectors/packet-ymsg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ymsg.c b/epan/dissectors/packet-ymsg.c
index 34e2743dd0..41dfbb8236 100644
--- a/epan/dissectors/packet-ymsg.c
+++ b/epan/dissectors/packet-ymsg.c
@@ -277,7 +277,7 @@ static const value_string ymsg_status_vals[] = {
static guint get_ymsg_pdu_len(tvbuff_t *tvb, int offset);
static void dissect_ymsg_pdu(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);
-int
+static int
get_content_item_length(tvbuff_t *tvb, int offset) {
int origoffset = offset;
guint16 curdata;