summaryrefslogtreecommitdiff
path: root/libtrivfs/trivfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'libtrivfs/trivfs.h')
-rw-r--r--libtrivfs/trivfs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtrivfs/trivfs.h b/libtrivfs/trivfs.h
index fc6a1c72..9f2fc5f5 100644
--- a/libtrivfs/trivfs.h
+++ b/libtrivfs/trivfs.h
@@ -198,6 +198,6 @@ error_t trivfs_set_options (struct trivfs_control *fsys,
list of the arguments to this translator. The default definition of this
routine simply calls diskfs_append_std_options. */
error_t trivfs_append_args (struct trivfs_control *fsys,
- char **argz, unsigned *argz_len);
+ char **argz, size_t *argz_len);
#endif /* __TRIVFS_H__ */