diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/fstree.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |