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>
This commit is contained in:
Alexis La Goutte 2014-11-20 20:04:42 +01:00 committed by Anders Broman
parent 5e932ada7b
commit 97323982a4
1 changed files with 1 additions and 1 deletions

View File

@ -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;