From 9769fd64a2535dbcabae22c052bfeac69e4e3c48 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Fri, 29 Jan 2016 20:09:37 +0100 Subject: CIP: fix no previous prototype for 'dissect_segment_network_production_inhibit_us' [-Wmissing-prototypes] Change-Id: Ic23b26f87f38db0a40213ce7c954c8618dc966eb Reviewed-on: https://code.wireshark.org/review/13610 Petri-Dish: Alexis La Goutte Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann --- epan/dissectors/packet-cip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-cip.c') diff --git a/epan/dissectors/packet-cip.c b/epan/dissectors/packet-cip.c index 4b33be21f9..fdeade67a2 100644 --- a/epan/dissectors/packet-cip.c +++ b/epan/dissectors/packet-cip.c @@ -3609,7 +3609,7 @@ static int dissect_segment_network_extended(tvbuff_t *tvb, int offset, int pathp return data_words * 2 + 2; } -int dissect_segment_network_production_inhibit_us(tvbuff_t *tvb, int offset, int pathpos, gboolean generate, proto_tree *net_tree) +static int dissect_segment_network_production_inhibit_us(tvbuff_t *tvb, int offset, int pathpos, gboolean generate, proto_tree *net_tree) { int data_words; guint32 inhibit_time; -- cgit v1.2.3