diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-06-14 20:10:13 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-06-14 20:10:13 +0000 |
commit | c4455fba2d104368a5968405cb0b7f0e0ac2cf76 (patch) | |
tree | 8517d9b8303d5c957dd1e182371a9235ae1774cd /libdiskfs | |
parent | 80d92a8bb237510356df9fd162f3ae7e4c84f900 (diff) |
(_diskfs_translator_callback): Declare with typedef.
Diffstat (limited to 'libdiskfs')
-rw-r--r-- | libdiskfs/priv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/priv.h b/libdiskfs/priv.h index 79d2e9c5..eb8d19de 100644 --- a/libdiskfs/priv.h +++ b/libdiskfs/priv.h @@ -72,7 +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 *, mach_port_t *, uid_t *, +error_t _diskfs_translator_callback (void *, void *, mach_port_t *, uid_t *, gid_t *, char **, int *); /* This macro locks the node associated with PROTID, and then |