diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2020-03-05 15:17:45 +0100 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2020-03-05 15:17:45 +0100 |
commit | 5acb22a6a7168f8b961777482f39a125158def50 (patch) | |
tree | 24e7b46a2b69a938fc7906bc690c652a1aeab269 /include/sqfs/dir.h | |
parent | fbf41ac14978c93d054832af6331e6795fb86b0f (diff) |
Cleanup: Remove the E_ prefix from all libsquashfs enumerators
Avoid namespace polution. Make sure all exportet symbols are prefixed
with either sqfs_ or SQFS_.
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'include/sqfs/dir.h')
-rw-r--r-- | include/sqfs/dir.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sqfs/dir.h b/include/sqfs/dir.h index 1a1ce01..8a76f3d 100644 --- a/include/sqfs/dir.h +++ b/include/sqfs/dir.h @@ -85,7 +85,7 @@ struct sqfs_dir_entry_t { sqfs_s16 inode_diff; /** - * @brief The @ref E_SQFS_INODE_TYPE value for the inode that this + * @brief The @ref SQFS_INODE_TYPE value for the inode that this * entry represents. */ sqfs_u16 type; |