From 4da96898487f0f4aca1dfc7afc355aa90065308a Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Wed, 1 May 2019 13:35:33 +0200 Subject: Add unsquashfs stub Signed-off-by: David Oberhollenzer --- include/squashfs.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/squashfs.h') diff --git a/include/squashfs.h b/include/squashfs.h index 30c7d3d..a690aad 100644 --- a/include/squashfs.h +++ b/include/squashfs.h @@ -184,4 +184,6 @@ int sqfs_super_init(sqfs_super_t *super, size_t block_size, uint32_t mtime, int sqfs_super_write(sqfs_super_t *super, int fd); +int sqfs_super_read(sqfs_super_t *super, int fd); + #endif /* SQUASHFS_H */ -- cgit v1.2.3