From 6e51bf3ded62e4b068cac848450be1ff11769a43 Mon Sep 17 00:00:00 2001 From: guy 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?). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34694 f5534014-38df-0310-8fa8-9805f1628bb7 --- 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.3