summaryrefslogtreecommitdiff
path: root/libfshelp/fshelp.h
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-06-13 21:02:40 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-06-13 21:02:40 +0000
commitb5c4afabbd8b15865e5ad845de7ebd46e824022c (patch)
tree93bf5ca34781ec3e2716b80a983c37726010eaab /libfshelp/fshelp.h
parented48f29a35d617079ba54c373d238ac7eca1388e (diff)
(fshelp_fetch_root): More args.
Diffstat (limited to 'libfshelp/fshelp.h')
-rw-r--r--libfshelp/fshelp.h8
1 files changed, 7 insertions, 1 deletions
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 <errno.h>
+#include <mach.h>
+#include <hurd/hurd_types.h>
+#include <cthreads.h>
+
/* 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,