diff options
Diffstat (limited to 'include/sqfs/id_table.h')
-rw-r--r-- | include/sqfs/id_table.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/sqfs/id_table.h b/include/sqfs/id_table.h index 6c39cf2..c9e6b9b 100644 --- a/include/sqfs/id_table.h +++ b/include/sqfs/id_table.h @@ -107,7 +107,8 @@ SQFS_API int sqfs_id_table_write(sqfs_id_table_t *tbl, sqfs_file_t *file, * @return Zero on success, an @ref E_SQFS_ERROR on failure. */ SQFS_API int sqfs_id_table_read(sqfs_id_table_t *tbl, sqfs_file_t *file, - sqfs_super_t *super, sqfs_compressor_t *cmp); + const sqfs_super_t *super, + sqfs_compressor_t *cmp); /** * @brief Resolve a 16 bit index to a 32 bit ID. |