aboutsummaryrefslogtreecommitdiffstats
path: root/packet-per.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-08-23 07:31:02 +0000
committerGuy Harris <guy@alum.mit.edu>2003-08-23 07:31:02 +0000
commit51282e83df99b78b2aa9e5680c444bad42c8d673 (patch)
tree4aaa4cde1a236e1f6dd7b1b812f87fd67ee6d4f3 /packet-per.h
parentf4902f4ade18890af746bcb9808dd2c540f5db23 (diff)
_U_ is for definitions, not declarations; putting it there caused a
compiler problem when rebuilding the X* files for the plugin API. svn path=/trunk/; revision=8217
Diffstat (limited to 'packet-per.h')
-rw-r--r--packet-per.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-per.h b/packet-per.h
index e6fc9a26df..9dcc2e1051 100644
--- a/packet-per.h
+++ b/packet-per.h
@@ -2,7 +2,7 @@
* Routines for dissection of ASN.1 Aligned PER
* 2003 Ronnie Sahlberg
*
- * $Id: packet-per.h,v 1.8 2003/08/23 07:23:15 guy Exp $
+ * $Id: packet-per.h,v 1.9 2003/08/23 07:31:02 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -79,7 +79,7 @@ extern guint32 dissect_per_set_of(tvbuff_t *tvb, guint32 offset, packet_info *pi
extern guint32 dissect_per_object_identifier(tvbuff_t *tvb, guint32 offset, packet_info *pinfo, proto_tree *tree, int hf_index, char *value_string);
-extern guint32 dissect_per_boolean(tvbuff_t *tvb, guint32 offset, packet_info *pinfo _U_, proto_tree *tree, int hf_index, gboolean *bool, proto_item **item);
+extern guint32 dissect_per_boolean(tvbuff_t *tvb, guint32 offset, packet_info *pinfo, proto_tree *tree, int hf_index, gboolean *bool, proto_item **item);
extern guint32 dissect_per_integer(tvbuff_t *tvb, guint32 offset, packet_info *pinfo, proto_tree *tree, int hf_index, gint32 *value, proto_item **item);