aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_a_bssmap.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-12-17 06:10:41 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-12-17 06:10:41 +0000
commita1f179c4f5cfabaff6d139dc4c3befe146951219 (patch)
treebf7af69333dab44cce6c2cd61ee307fa386d3542 /epan/dissectors/packet-gsm_a_bssmap.c
parent5c085177fe83ddab43aaec447ccae3a7b7a1ec9b (diff)
Make local functions static. Include *.h when needed.
svn path=/trunk/; revision=54164
Diffstat (limited to 'epan/dissectors/packet-gsm_a_bssmap.c')
-rw-r--r--epan/dissectors/packet-gsm_a_bssmap.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-gsm_a_bssmap.c b/epan/dissectors/packet-gsm_a_bssmap.c
index 303fc54392..a3d97ca32b 100644
--- a/epan/dissectors/packet-gsm_a_bssmap.c
+++ b/epan/dissectors/packet-gsm_a_bssmap.c
@@ -3759,7 +3759,7 @@ be_ganss_loc_type(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo _U_, guint
/*
* 3.2.2.98 Application Data
*/
-guint16
+static guint16
be_app_data(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo _U_, guint32 offset, guint len _U_, gchar *add_string _U_, int string_len _U_)
{
guint32 curr_offset;
@@ -3773,7 +3773,7 @@ be_app_data(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo _U_, guint32 off
/*
* 3.2.2.99 Data Identity
*/
-guint16
+static guint16
be_app_data_id(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo _U_, guint32 offset, guint len, gchar *add_string _U_, int string_len _U_)
{
proto_tree_add_item(tree, hf_gsm_a_bssmap_data_id, tvb, offset, 1, ENC_BIG_ENDIAN);
@@ -5673,7 +5673,7 @@ bssmap_reset(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo _U_, guint32 of
/*
* 3.2.1.24 RESET ACKNOWLEDGE
*/
-void
+static void
bssmap_reset_ack(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo _U_, guint32 offset, guint len)
{
guint32 curr_offset;