From ac5c40e6c54ae28f32c7d468c90e3e18e7e4b342 Mon Sep 17 00:00:00 2001 From: Jakub Zawadzki Date: Mon, 9 Apr 2012 19:43:19 +0000 Subject: Mark some function static. svn path=/trunk/; revision=41999 --- epan/dissectors/packet-cip.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'epan/dissectors/packet-cip.c') diff --git a/epan/dissectors/packet-cip.c b/epan/dissectors/packet-cip.c index e8e54bdf57..f1abeb56f4 100644 --- a/epan/dissectors/packet-cip.c +++ b/epan/dissectors/packet-cip.c @@ -2299,7 +2299,7 @@ static const value_string cip_class_names_vals[] = { value_string_ext cip_class_names_vals_ext = VALUE_STRING_EXT_INIT(cip_class_names_vals); -int dissect_id_revision(packet_info *pinfo, proto_tree *tree, proto_item *item, tvbuff_t *tvb, +static int dissect_id_revision(packet_info *pinfo, proto_tree *tree, proto_item *item, tvbuff_t *tvb, int offset, int total_len) { if (total_len < 2) @@ -2313,7 +2313,7 @@ int dissect_id_revision(packet_info *pinfo, proto_tree *tree, proto_item *item, return 2; } -int dissect_msg_rout_num_classes(packet_info *pinfo _U_, proto_tree *tree, proto_item *item _U_, tvbuff_t *tvb, +static int dissect_msg_rout_num_classes(packet_info *pinfo _U_, proto_tree *tree, proto_item *item _U_, tvbuff_t *tvb, int offset, int total_len _U_) { guint16 i, num_classes; -- cgit v1.2.3