aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.h
diff options
context:
space:
mode:
authormorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>2010-09-23 06:00:22 +0000
committermorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>2010-09-23 06:00:22 +0000
commitf5b9349d6284eff4be6ba7771cc0e65ad4dee2f4 (patch)
tree5f7ad3fa3f69796fab0d5958f17c0d873cda9258 /epan/proto.h
parent7c87473ca6b33e0c7d00773f6065659ffbefac4d (diff)
Revert 34191 and add some casts instead
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34193 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/proto.h')
-rw-r--r--epan/proto.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/proto.h b/epan/proto.h
index ef607079fb..08e515d633 100644
--- a/epan/proto.h
+++ b/epan/proto.h
@@ -1828,9 +1828,9 @@ proto_check_field_name(const gchar *field_name);
@param size the size of the string buffer */
const gchar *
proto_custom_set(proto_tree* tree, const int field_id,
- gint occurrence,
- gchar *result,
- gchar *expr, const gsize size );
+ gint occurrence,
+ gchar *result,
+ gchar *expr, const int size );
#ifdef __cplusplus
}