From 378db7c6ab1336ce99136118a9b66901630ffc85 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Fri, 5 Mar 2021 17:11:31 +0100 Subject: Cleanup: replace the void-ptr with an inode-ptr in the file tree node Signed-off-by: David Oberhollenzer --- include/fstree.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/fstree.h b/include/fstree.h index 3cc4f48..5bdfc7a 100644 --- a/include/fstree.h +++ b/include/fstree.h @@ -58,7 +58,7 @@ struct file_info_t { /* Path to the input file. */ char *input_file; - void *user_ptr; + sqfs_inode_generic_t *inode; }; /* Additional meta data stored in a tree_node_t for directories */ -- cgit v1.2.3