summaryrefslogtreecommitdiff
path: root/libfshelp/fshelp.h
diff options
context:
space:
mode:
Diffstat (limited to 'libfshelp/fshelp.h')
-rw-r--r--libfshelp/fshelp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libfshelp/fshelp.h b/libfshelp/fshelp.h
index b050ecac..5a5b5bb1 100644
--- a/libfshelp/fshelp.h
+++ b/libfshelp/fshelp.h
@@ -163,7 +163,7 @@ struct transbox
COOKIE2 is the cookie passed in the call to fshelp_fetch_root. */
typedef error_t (*fshelp_fetch_root_callback1_t) (void *cookie1, void *cookie2,
uid_t *uid, gid_t *gid,
- char **argz, size_t *argz_len);
+ char **argz, mach_msg_type_number_t *argz_len);
/* A cookie for fshelp_short_circuited_callback1. Such a structure
must be passed to the call to fshelp_fetch_root. */
@@ -178,7 +178,7 @@ struct fshelp_stat_cookie2
S_IFSOCK must be handled elsewhere. */
error_t fshelp_short_circuited_callback1 (void *cookie1, void *cookie2,
uid_t *uid, gid_t *gid,
- char **argz, size_t *argz_len);
+ char **argz, mach_msg_type_number_t *argz_len);
/* This routine is called by fshelp_fetch_root to fetch more information.