diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-06-14 17:06:10 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-06-14 17:06:10 +0000 |
commit | 6df68b9974a489e0eb1777853b398c1cc63deac5 (patch) | |
tree | d10c832591b44fcd9e365af78db31e4b9c4b3955 | |
parent | b5c4afabbd8b15865e5ad845de7ebd46e824022c (diff) |
(fshelp_callback_t): Should be error_t.
-rw-r--r-- | libfshelp/fshelp.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libfshelp/fshelp.h b/libfshelp/fshelp.h index 66e5ddcd..c6d0a41c 100644 --- a/libfshelp/fshelp.h +++ b/libfshelp/fshelp.h @@ -90,10 +90,10 @@ struct transbox the entire passive translator spec for the file (setting *ARGZ_LEN to the length.) If there is no passive translator, then return ENOENT. */ -typedef void (*fshelp_callback_t) (void *cookie, - mach_port_t *underlying, - uid_t *uid, gid_t *gid, - char **argz, int *argz_len); +typedef error_t (*fshelp_callback_t) (void *cookie, + mach_port_t *underlying, + uid_t *uid, gid_t *gid, + char **argz, int *argz_len); /* Fetch the root from TRANSBOX. DOTDOT is an unauthenticated port |