Changeset 43a9968 in mainline for uspace/lib/ext4/libext4_inode.h


Ignore:
Timestamp:
2011-11-08T08:07:02Z (13 years ago)
Author:
Frantisek Princ <frantisek.princ@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e31e56a1
Parents:
12b4a7f
Message:

fixed compilation error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ext4/libext4_inode.h

    r12b4a7f r43a9968  
    187187extern ext4_extent_header_t * ext4_inode_get_extent_header(ext4_inode_t *);
    188188extern bool ext4_inode_has_flag(ext4_inode_t *, uint32_t);
    189 extern bool ext4_inode_can_truncate(ext4_inode_t *);
     189extern bool ext4_inode_can_truncate(ext4_superblock_t *, ext4_inode_t *);
    190190
    191191#endif
Note: See TracChangeset for help on using the changeset viewer.