diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-05-01 13:35:33 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-05-02 12:40:06 +0200 |
commit | 4da96898487f0f4aca1dfc7afc355aa90065308a (patch) | |
tree | b4d08939634970e63eab4c7f8588dbdfe7a10409 /include/squashfs.h | |
parent | ff0737a13f4ea5c97ff8f4973383080163a9a67f (diff) |
Add unsquashfs stub
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'include/squashfs.h')
-rw-r--r-- | include/squashfs.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 */ |