diff options
-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; } |