Allow extra flags to be set for a block created by new_virt_block
commit8351823c8328d21171ce039c0b38dcef7239d7aa
authorPetr Tesarik <petr@tesarici.cz>
Fri, 28 Sep 2012 21:32:27 +0000 (28 23:32 +0200)
committerPetr Tesarik <petr@tesarici.cz>
Fri, 28 Sep 2012 21:32:27 +0000 (28 23:32 +0200)
tree17ef158b439441aa35429e6955e52b532528e1ac
parent6df5846ca70b40e508eb014d8ac8f5dab775c45f
Allow extra flags to be set for a block created by new_virt_block

Allow callers of new_virt_block() to specify extra flags to be set
for the newly allocated block.

This is more efficient than modifying the flags afterwards, but
otherwise equivalent.
libhed/file.c