aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_a_rr.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-gsm_a_rr.c
parent7dfbe304a7167e665b8e7b21708055d77b0eccde (diff)
Fix [-Wmissing-prototypes]
svn path=/trunk/; revision=54209
Diffstat (limited to 'epan/dissectors/packet-gsm_a_rr.c')
-rw-r--r--epan/dissectors/packet-gsm_a_rr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-gsm_a_rr.c b/epan/dissectors/packet-gsm_a_rr.c
index 8c08eaa6c7..2e1b3c236b 100644
--- a/epan/dissectors/packet-gsm_a_rr.c
+++ b/epan/dissectors/packet-gsm_a_rr.c
@@ -2147,7 +2147,7 @@ static const value_string gsm_a_rr_egprs2_vals[] = {
{ 0x02, "The mobile station supports both EGPRS2-A and EGPRS2-B"},
{ 0, NULL }
};
-guint16
+static guint16
de_rr_chnl_req_desc2(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo _U_, guint32 offset, guint len, gchar *add_string _U_, int string_len _U_)
{
guint32 bit_offset = offset << 3;