diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/highlevel.h | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/include/highlevel.h b/include/highlevel.h index 16db1cf..cef6190 100644 --- a/include/highlevel.h +++ b/include/highlevel.h @@ -34,6 +34,9 @@ enum RDTREE_FLAGS {  int sqfs_write_table(int outfd, sqfs_super_t *super, compressor_t *cmp,  		     const void *data, size_t table_size, uint64_t *start); +void *sqfs_read_table(int fd, compressor_t *cmp, size_t table_size, +		      uint64_t location); +  /*    High level helper function to serialize an entire file system tree to    a squashfs inode table and directory table. | 
