diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-06-14 20:10:49 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-06-14 20:10:49 +0000 |
commit | 7bf3bc93c93fe216b01c85d59667b46582009dc0 (patch) | |
tree | f15364c8bddeb6f9232e721ad179c843a608ba03 /libdiskfs | |
parent | c4455fba2d104368a5968405cb0b7f0e0ac2cf76 (diff) |
Really do last change.
Diffstat (limited to 'libdiskfs')
-rw-r--r-- | libdiskfs/priv.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libdiskfs/priv.h b/libdiskfs/priv.h index eb8d19de..f642355f 100644 --- a/libdiskfs/priv.h +++ b/libdiskfs/priv.h @@ -72,8 +72,7 @@ extern int _diskfs_ncontrol_ports; extern spin_lock_t _diskfs_control_lock; /* Callback routine for active translator startup */ -error_t _diskfs_translator_callback (void *, void *, mach_port_t *, uid_t *, - gid_t *, char **, int *); +fshelp_callback_t _diskfs_translator_callback; /* This macro locks the node associated with PROTID, and then evaluates the expression OPERATION; then it syncs the inode |