make_ext4: Add strict prototypes.
[project/make_ext4fs.git] / indirect.h
index cee89790b5a35a091237bedac81857f781a6222e..a503373f9c2beeebba6d3e96477e2eb21c759016 100644 (file)
@@ -24,6 +24,6 @@ u8 *inode_allocate_data_indirect(struct ext4_inode *inode, unsigned long len,
        unsigned long backing_len);
 void inode_attach_resize(struct ext4_inode *inode,
                struct block_allocation *alloc);
-void free_indirect_blocks();
+void free_indirect_blocks(void);
 
 #endif