summaryrefslogtreecommitdiff
path: root/epan/proto.h
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2010-09-23 06:00:22 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2010-09-23 06:00:22 +0000
commitf12ef203b39206726a435590e64f8014f6b84ec9 (patch)
tree5f7ad3fa3f69796fab0d5958f17c0d873cda9258 /epan/proto.h
parentd8310ff499f128fddcce7d8d7806a36c94684b82 (diff)
downloadwireshark-f12ef203b39206726a435590e64f8014f6b84ec9.tar.gz
Revert 34191 and add some casts instead
svn path=/trunk/; revision=34193
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
}