diff options
author | Jeff Morriss <jeff.morriss@ulticom.com> | 2010-09-23 06:00:22 +0000 |
---|---|---|
committer | Jeff Morriss <jeff.morriss@ulticom.com> | 2010-09-23 06:00:22 +0000 |
commit | f12ef203b39206726a435590e64f8014f6b84ec9 (patch) | |
tree | 5f7ad3fa3f69796fab0d5958f17c0d873cda9258 /epan/proto.h | |
parent | d8310ff499f128fddcce7d8d7806a36c94684b82 (diff) | |
download | wireshark-f12ef203b39206726a435590e64f8014f6b84ec9.tar.gz wireshark-f12ef203b39206726a435590e64f8014f6b84ec9.tar.bz2 wireshark-f12ef203b39206726a435590e64f8014f6b84ec9.zip |
Revert 34191 and add some casts instead
svn path=/trunk/; revision=34193
Diffstat (limited to 'epan/proto.h')
-rw-r--r-- | epan/proto.h | 6 |
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 } |