summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-05-01 13:35:33 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-05-02 12:40:06 +0200
commit4da96898487f0f4aca1dfc7afc355aa90065308a (patch)
treeb4d08939634970e63eab4c7f8588dbdfe7a10409 /include
parentff0737a13f4ea5c97ff8f4973383080163a9a67f (diff)
Add unsquashfs stub
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'include')
-rw-r--r--include/squashfs.h2
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 */