From 31d327c3780aecdb78304263f676ff89a8ea93d1 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Wed, 1 May 2019 16:55:08 +0200 Subject: unsquashfs: read ID table from file Signed-off-by: David Oberhollenzer --- include/id_table.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') 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 */ -- cgit v1.2.3