From 6443db2e947ba2f82db97ba36fcb795367e7d319 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Tue, 31 Mar 2009 18:09:24 +0000 Subject: Make the forward declaration of dissect_snmp() match the definition. svn path=/trunk/; revision=27914 --- epan/dissectors/packet-wassp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors') diff --git a/epan/dissectors/packet-wassp.c b/epan/dissectors/packet-wassp.c index 39d1e76baa..b74c001d6c 100644 --- a/epan/dissectors/packet-wassp.c +++ b/epan/dissectors/packet-wassp.c @@ -181,7 +181,7 @@ extval_to_str_idx(guint32 val, const ext_value_string *vs, gint *idx, const char /* Forward decls needed by wassp_tunnel_tlv_vals et al */ static int dissect_snmp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *wassp_tree, - guint32 offset, guint32 length, const ext_value_string *value_array); + volatile guint32 offset, guint32 length, const ext_value_string *value_array); static int dissect_tlv(tvbuff_t *tvb, packet_info *pinfo, proto_tree *wassp_tree, guint32 offset, guint32 length, const ext_value_string *value_array); -- cgit v1.2.3