aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-a21.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-11-21 11:24:50 +0100
committerAnders Broman <a.broman58@gmail.com>2014-11-24 22:03:20 +0000
commit1cdf644bdb78ee7cec39235aea07dd697d1ffb81 (patch)
tree5703e4985a91dceb9c75a2dc8fc966eaff474a30 /epan/dissectors/packet-a21.c
parent605a6aece2c03dd2a7a84888fcd34df64d256219 (diff)
A21: fix warning: no previous prototype for function ... [-Wmissing-prototypes]
Second try... ;-) Remove also double space Change-Id: I77aa269c1abae18b4fb9daec6cc0ac862cf4ab9f Reviewed-on: https://code.wireshark.org/review/5421 Petri-Dish: Anders Broman <a.broman58@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-a21.c')
-rw-r--r--epan/dissectors/packet-a21.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/dissectors/packet-a21.c b/epan/dissectors/packet-a21.c
index 43f6486f69..27f217876c 100644
--- a/epan/dissectors/packet-a21.c
+++ b/epan/dissectors/packet-a21.c
@@ -32,6 +32,7 @@
#include <epan/expert.h>
#include "packet-e212.h"
+#include "packet-a21.h"
void proto_register_a21(void);
void proto_reg_handoff_a21(void);
@@ -535,7 +536,7 @@ static const value_string a21_element_type_vals[] = {
void
-dissect_a21_ie_common(tvbuff_t *tvb, packet_info *pinfo, proto_tree *top_tree, proto_tree *tree, gint offset, guint8 message_type)
+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;
guint16 length = 0;