aboutsummaryrefslogtreecommitdiffstats
path: root/epan/epan.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/epan.h
parentd8310ff499f128fddcce7d8d7806a36c94684b82 (diff)
Revert 34191 and add some casts instead
svn path=/trunk/; revision=34193
Diffstat (limited to 'epan/epan.h')
-rw-r--r--epan/epan.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/epan.h b/epan/epan.h
index bc1d44939a..f489c6de4e 100644
--- a/epan/epan.h
+++ b/epan/epan.h
@@ -125,7 +125,7 @@ epan_dissect_free(epan_dissect_t* edt);
/** Sets custom column */
const gchar *
epan_custom_set(epan_dissect_t *edt, int id, gint occurrence,
- gchar *result, gchar *expr, const gsize size);
+ gchar *result, gchar *expr, const int size);
/**
* Get compile-time information for libraries used by libwireshark.