diff options
-rw-r--r-- | libfshelp/fshelp.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libfshelp/fshelp.h b/libfshelp/fshelp.h index 2190506b..7a1090f2 100644 --- a/libfshelp/fshelp.h +++ b/libfshelp/fshelp.h @@ -109,8 +109,7 @@ fshelp_fetch_root (struct transbox *transbox, file_t dotdot, uid_t *uids, int uids_len, uid_t *gids, int gids_len, int flags, fshelp_callback_t callback, - retry_type *retry, char *retryname, - mach_port_t *root, mach_msg_type_name_t *root_type); + retry_type *retry, char *retryname, mach_port_t *root); void fshelp_transbox_init (struct transbox *transbox, |