diff options
-rw-r--r-- | libfshelp/fshelp.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libfshelp/fshelp.h b/libfshelp/fshelp.h index 5c26fe5c..1832ff01 100644 --- a/libfshelp/fshelp.h +++ b/libfshelp/fshelp.h @@ -52,7 +52,8 @@ fshelp_start_translator_long (mach_port_t underlying, are copied from our own state, fd[2] is copied from our own stderr, and the other fds are cleared. */ error_t -fshelp_start_translator (mach_port_t underlying, +fshelp_start_translator (mach_port_t underlying, + mach_msg_type_name_t underlying_type, char *name, char *argz, int argz_len, int timeout, fsys_t *control); |