summaryrefslogtreecommitdiff
path: root/epan/uat.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/uat.h')
-rw-r--r--epan/uat.h2
1 files changed, 1 insertions, 1 deletions
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);
/*
*