diff options
author | robi <robi> | 2012-02-19 17:38:07 +0000 |
---|---|---|
committer | robi <robi> | 2012-02-19 17:38:07 +0000 |
commit | bf74ad294f506a72d5ae671480ad7b88f3be07df (patch) | |
tree | 385c3ba03bf1ab77ff97df0f8c4f664c9fe90593 /src/block.h | |
parent | 2698ce16c465c39085bee3b20b65c962fdb78530 (diff) |
some small bugs and many gcc warnings
Diffstat (limited to 'src/block.h')
-rw-r--r-- | src/block.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/block.h b/src/block.h index 6436cb6..23a1785 100644 --- a/src/block.h +++ b/src/block.h @@ -24,6 +24,8 @@ int read_block ( ext2_filsys, blk_t*, void* ); //read filesystem block #ifdef EXT2_FLAG_64BITS int read_block64 ( ext2_filsys, blk64_t*, void* ); //read filesystem block64 #endif +errcode_t local_ext2fs_extent_open(ext2_filsys, struct ext2_inode, ext2_extent_handle_t*); +void local_ext2fs_extent_free(ext2_extent_handle_t); #endif //BLOCK_H |