diff options
Diffstat (limited to 'libfshelp')
-rw-r--r-- | libfshelp/fshelp.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libfshelp/fshelp.h b/libfshelp/fshelp.h index 66e5ddcd..c6d0a41c 100644 --- a/libfshelp/fshelp.h +++ b/libfshelp/fshelp.h @@ -90,10 +90,10 @@ struct transbox the entire passive translator spec for the file (setting *ARGZ_LEN to the length.) If there is no passive translator, then return ENOENT. */ -typedef void (*fshelp_callback_t) (void *cookie, - mach_port_t *underlying, - uid_t *uid, gid_t *gid, - char **argz, int *argz_len); +typedef error_t (*fshelp_callback_t) (void *cookie, + mach_port_t *underlying, + uid_t *uid, gid_t *gid, + char **argz, int *argz_len); /* Fetch the root from TRANSBOX. DOTDOT is an unauthenticated port |