Skip to content

Commit

Permalink
Merge pull request #277 from Gottox/fix/sqsh__file_parent_inode_ref-v…
Browse files Browse the repository at this point in the history
…isibility

file: sqsh__file_parent_inode_ref should be hidden
  • Loading branch information
Gottox authored Aug 8, 2024
2 parents 2177785 + 79cee4c commit 458bd66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libsqsh/include/sqsh_file_private.h
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,8 @@ SQSH_NO_EXPORT void sqsh__file_set_parent_inode_ref(
*
* @return int 0 on success, less than 0 on error.
*/
uint64_t sqsh__file_parent_inode_ref(struct SqshFile *context, int *err);
SQSH_NO_EXPORT uint64_t
sqsh__file_parent_inode_ref(struct SqshFile *context, int *err);

/**
* @internal
Expand Down

0 comments on commit 458bd66

Please sign in to comment.