diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-05-01 16:55:08 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-05-02 12:40:06 +0200 |
commit | 31d327c3780aecdb78304263f676ff89a8ea93d1 (patch) | |
tree | 747b11109f1748011d79ee7f388e89025b065cf5 /include/id_table.h | |
parent | 6ba88daae14e64009619562209060532eb6eadbb (diff) |
unsquashfs: read ID table from file
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'include/id_table.h')
-rw-r--r-- | include/id_table.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/id_table.h b/include/id_table.h index c49923e..600eb64 100644 --- a/include/id_table.h +++ b/include/id_table.h @@ -22,4 +22,7 @@ int id_table_id_to_index(id_table_t *tbl, uint32_t id, uint16_t *out); int id_table_write(id_table_t *tbl, int outfd, sqfs_super_t *super, compressor_t *cmp); +int id_table_read(id_table_t *tbl, int fd, sqfs_super_t *super, + compressor_t *cmp); + #endif /* ID_TABLE_H */ |