aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-11-20 20:04:42 +0100
committerAnders Broman <a.broman58@gmail.com>2014-11-20 21:29:36 +0000
commit97323982a44044e4719368bd4933e3174b8c0c33 (patch)
tree9fc0ca78cccd1819df0844731111f789e9f6edff
parent5e932ada7bc309f11135afe8bee77a1909ab46a3 (diff)
A21: fix warning: no previous prototype for function ... [-Wmissing-prototypes]
Change-Id: Ib2f3816892f1682c175b0dee3c80725caebf3d4d Reviewed-on: https://code.wireshark.org/review/5415 Reviewed-by: Anders Broman <a.broman58@gmail.com>
-rw-r--r--epan/dissectors/packet-a21.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-a21.c b/epan/dissectors/packet-a21.c
index 43f6486f69..02653c1363 100644
--- a/epan/dissectors/packet-a21.c
+++ b/epan/dissectors/packet-a21.c
@@ -534,7 +534,7 @@ static const value_string a21_element_type_vals[] = {
};
-void
+static void
dissect_a21_ie_common(tvbuff_t *tvb, packet_info *pinfo, proto_tree *top_tree, proto_tree *tree, gint offset, guint8 message_type)
{
guint8 ie_type, length_len;