From 6df68b9974a489e0eb1777853b398c1cc63deac5 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Wed, 14 Jun 1995 17:06:10 +0000 Subject: (fshelp_callback_t): Should be error_t. --- libfshelp/fshelp.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libfshelp/fshelp.h') 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 -- cgit v1.2.3