X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fmake_ext4fs.git;a=blobdiff_plain;f=contents.h;h=022b6aa6ffebf87cb8a6ad324e8067b279b647db;hp=0a3cbd4b6420590f70652bae81e013fd8d167dac;hb=eebda1d55d9701ace2700d7ae461697fadf52d1f;hpb=5e571bcba696be8c4587cd94cb7415c1d09e5d17;ds=sidebyside diff --git a/contents.h b/contents.h index 0a3cbd4..022b6aa 100644 --- a/contents.h +++ b/contents.h @@ -39,6 +39,6 @@ u32 make_link(const char *link); u32 make_special(const char *path); int inode_set_permissions(u32 inode_num, u16 mode, u16 uid, u16 gid, u32 mtime); int inode_set_capabilities(u32 inode_num, uint64_t capabilities); -struct block_allocation* get_saved_allocation_chain(); +struct block_allocation* get_saved_allocation_chain(void); #endif