diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-06-13 20:44:19 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-06-13 20:44:19 +0000 |
commit | 38a7412de3426e5f9a1e2f4c6eecd322c2b714d0 (patch) | |
tree | e4fdbf6d2dbcd3b14277ab5e0c61941a9ae8c6d9 /libfshelp | |
parent | 7dec50753d0b21edab2b6b22c391577027e52f86 (diff) |
(fshelp_start_translator): New parm.
Diffstat (limited to 'libfshelp')
-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); |