aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_a_gm.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2015-04-04 16:17:37 +0200
committerPascal Quantin <pascal.quantin@gmail.com>2015-04-04 15:47:02 +0000
commit71eda00ad19ed4d7405f8885abe565d5fa88eb47 (patch)
treedc89c01eaa1a82be3c4749c979cc1eb927e2a42f /epan/dissectors/packet-gsm_a_gm.c
parent38a5fceefcb0a4cb3caadecab027c3afb74cbea3 (diff)
GSM: fix no previous prototype for 'de_sm_re_attempt_ind' [-Wmissing-prototypes]
Change-Id: Iaf4c01f659f9c0eed8615e77d0eab81724b44385 Reviewed-on: https://code.wireshark.org/review/7908 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-gsm_a_gm.c')
-rw-r--r--epan/dissectors/packet-gsm_a_gm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-gsm_a_gm.c b/epan/dissectors/packet-gsm_a_gm.c
index 40f7230c6b..d2b6a3be8f 100644
--- a/epan/dissectors/packet-gsm_a_gm.c
+++ b/epan/dissectors/packet-gsm_a_gm.c
@@ -4856,7 +4856,7 @@ const true_false_string gsm_a_gm_ratc_value = {
"MS is allowed to repeat the request after inter-system change to S1 mode"
};
-guint16
+static guint16
de_sm_re_attempt_ind(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo, guint32 offset, guint len, gchar *add_string _U_, int string_len _U_)
{
guint32 curr_offset;