summaryrefslogtreecommitdiffstats
path: root/ffs/libffs.h
diff options
context:
space:
mode:
Diffstat (limited to 'ffs/libffs.h')
-rw-r--r--ffs/libffs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffs/libffs.h b/ffs/libffs.h
index 799cdb4..d74e365 100644
--- a/ffs/libffs.h
+++ b/ffs/libffs.h
@@ -138,7 +138,7 @@ extern int __ffs_entry_name(ffs_t *, ffs_entry_t *, char *, size_t)
/*! @cond */ __nonnull ((1,2,3)) /*! @endcond */ ;
extern int __ffs_entry_add(ffs_t *, const char *, off_t,
- size_t, ffs_type_t, uint32_t)
+ uint32_t, ffs_type_t, uint32_t)
/*! @cond */ __nonnull ((1,2)) /*! @endcond */ ;
extern int __ffs_entry_delete(ffs_t *, const char *)
OpenPOWER on IntegriCloud