diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-06-03 22:13:02 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-06-03 22:13:02 +0000 |
commit | 9d63f6c37fe9b888e72f77136ead1b75b135837c (patch) | |
tree | 9c0b42884aef702fc3bad05d1fb95bba01a6f7da /libfshelp | |
parent | d1512b68d7f5bc9ef77b0ba73f65105029c3d2b6 (diff) |
Formerly fshelp.h.~9~
Diffstat (limited to 'libfshelp')
-rw-r--r-- | libfshelp/fshelp.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libfshelp/fshelp.h b/libfshelp/fshelp.h index 18cfeda7..cf322c92 100644 --- a/libfshelp/fshelp.h +++ b/libfshelp/fshelp.h @@ -61,6 +61,10 @@ void fshelp_init_trans_link (struct trans_link *LINK); send right will be created. */ mach_port_t fshelp_get_node_port (void *node, uid_t uid, gid_t gid); +/* Call to set the control field of translator LINK to CTL + directly. */ +void fshelp_set_control (struct trans_link *link, mach_port_t ctl); + /* Call this when the control field of a translator is null and you want to have the translator started so you can talk to it. LINK is the trans_link structure for this node; NAME is the file to execute |