diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-05-25 23:02:53 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-05-25 23:02:53 +0000 |
commit | 864e9d6b2186728205a4ad833616795fd14f3f3f (patch) | |
tree | 818cf9763e4750b16e264917bffae4d5ae759c9f /libtrivfs/file-get-trans.c | |
parent | bdd927cd5da25a269ce5ffd110dfa5431e053203 (diff) |
Formerly file-get-trans.c.~3~
Diffstat (limited to 'libtrivfs/file-get-trans.c')
-rw-r--r-- | libtrivfs/file-get-trans.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libtrivfs/file-get-trans.c b/libtrivfs/file-get-trans.c index 5c865408..63ac7d1e 100644 --- a/libtrivfs/file-get-trans.c +++ b/libtrivfs/file-get-trans.c @@ -19,9 +19,9 @@ #include "fs_S.h" kern_return_t -trivfs_S_get_trans (struct trivfs_protid *cred, - char *trans, - u_int *translen) +trivfs_S_file_get_translator (struct trivfs_protid *cred, + char **trans, + u_int *translen) { return EOPNOTSUPP; } |