From 17d4d51b7df38f8e352009975facafac55e1adb0 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Fri, 29 Oct 2010 21:11:33 +0000 Subject: Make the third argument to a UAT copy callback a size_t (not that any of the callbacks we have use that argument - is it really needed?). svn path=/trunk/; revision=34694 --- epan/uat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/uat.h') diff --git a/epan/uat.h b/epan/uat.h index f5523aea92..4d85f98d04 100644 --- a/epan/uat.h +++ b/epan/uat.h @@ -82,7 +82,7 @@ typedef void (*uat_post_update_cb_t)(void); * optional, memcpy will be used if not given * copy(dest,orig,len) */ -typedef void* (*uat_copy_cb_t)(void*, const void*, unsigned); +typedef void* (*uat_copy_cb_t)(void*, const void*, size_t); /* * -- cgit v1.2.1