From 89d0a57e2271db304fdf2ed7d31947c9a3418940 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Sun, 29 Sep 2019 01:45:59 +0200 Subject: Cleanup: fstree no longer has any use for the block size Signed-off-by: David Oberhollenzer --- include/fstree.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'include/fstree.h') diff --git a/include/fstree.h b/include/fstree.h index b355f06..a63c593 100644 --- a/include/fstree.h +++ b/include/fstree.h @@ -98,15 +98,13 @@ struct fstree_t { Initializing means copying over the default values and creating a root node. On error, an error message is written to stderr. - `block_size` is the the data block size for regular files. - The string `defaults` can specify default attributes (mode, uid, gid, mtime) as a comma seperated list of key value paris (=[,...]). The string is passed to getsubopt and will be altered. Returns 0 on success. */ -int fstree_init(fstree_t *fs, size_t block_size, char *defaults); +int fstree_init(fstree_t *fs, char *defaults); void fstree_cleanup(fstree_t *fs); -- cgit v1.2.3