diff options
Diffstat (limited to 'fs/squashfs/squashfs.h')
-rw-r--r-- | fs/squashfs/squashfs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/squashfs/squashfs.h b/fs/squashfs/squashfs.h index ba87db693651..9c2f76a1c50b 100644 --- a/fs/squashfs/squashfs.h +++ b/fs/squashfs/squashfs.h | |||
@@ -71,6 +71,8 @@ extern struct inode *squashfs_iget(struct super_block *, long long, | |||
71 | extern int squashfs_read_inode(struct inode *, long long); | 71 | extern int squashfs_read_inode(struct inode *, long long); |
72 | 72 | ||
73 | /* zlib_wrapper.c */ | 73 | /* zlib_wrapper.c */ |
74 | extern void *squashfs_zlib_init(void); | ||
75 | extern void squashfs_zlib_free(void *); | ||
74 | extern int squashfs_zlib_uncompress(struct squashfs_sb_info *, void **, | 76 | extern int squashfs_zlib_uncompress(struct squashfs_sb_info *, void **, |
75 | struct buffer_head **, int, int, int, int, int); | 77 | struct buffer_head **, int, int, int, int, int); |
76 | 78 | ||