]> wimlib.net Git - wimlib/commit
resource: pass blob and offset to consume_chunk
authorEric Biggers <ebiggers3@gmail.com>
Thu, 15 Dec 2016 04:49:55 +0000 (20:49 -0800)
committerEric Biggers <ebiggers3@gmail.com>
Thu, 15 Dec 2016 05:38:23 +0000 (21:38 -0800)
commit43f92ce30b2398d1823e34e39ff248de521d015c
treee24c0a59d180ca1baab36896817e75fd99a902f4
parentf1460c1d7df10acd410aea0496147c1abe9ef24c
resource: pass blob and offset to consume_chunk

This makes it so that users don't need to keep track of the current blob
and offset themselves.
13 files changed:
include/wimlib/apply.h
include/wimlib/ntfs_3g.h
include/wimlib/resource.h
include/wimlib/win32.h
src/extract.c
src/ntfs-3g_apply.c
src/ntfs-3g_capture.c
src/resource.c
src/unix_apply.c
src/verify.c
src/win32_apply.c
src/win32_capture.c
src/write.c