From b5c4afabbd8b15865e5ad845de7ebd46e824022c Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 13 Jun 1995 21:02:40 +0000 Subject: (fshelp_fetch_root): More args. --- libfshelp/fshelp.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'libfshelp/fshelp.h') diff --git a/libfshelp/fshelp.h b/libfshelp/fshelp.h index 504ed96b..66e5ddcd 100644 --- a/libfshelp/fshelp.h +++ b/libfshelp/fshelp.h @@ -23,6 +23,11 @@ presumes that you are using the iohelp library as well. It is divided into separate facilities which may be used independently. */ +#include +#include +#include +#include + /* Passive translator linkage */ /* These routines are self-contained and start passive translators, @@ -104,7 +109,8 @@ 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, - mach_port_t *root); + retry_type *retry, char *retryname, + mach_port_t *root, mach_msg_type_name_t *root_type); void fshelp_transbox_init (struct transbox *transbox, -- cgit v1.2.3