aboutsummaryrefslogtreecommitdiffstats
path: root/packet-per.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-08-23 07:31:02 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-08-23 07:31:02 +0000
commitc249b68d5a4b817b06b35a44a9ece89ca4e249ac (patch)
tree4aaa4cde1a236e1f6dd7b1b812f87fd67ee6d4f3 /packet-per.h
parentd86ffc8fe4d2b33b46316de778474a588766aa39 (diff)
_U_ is for definitions, not declarations; putting it there caused a
compiler problem when rebuilding the X* files for the plugin API. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8217 f5534014-38df-0310-8fa8-9805f1628bb7
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);