]> wimlib.net Git - wimlib/commit - src/extract.c
Rewritten functions for reading and writing resources
authorEric Biggers <ebiggers3@gmail.com>
Wed, 22 Aug 2012 04:40:57 +0000 (23:40 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Wed, 22 Aug 2012 04:40:57 +0000 (23:40 -0500)
commit21a83b1b20f5ae138bc4bb9bdedd80a2a2d92c0a
treeeede3e2d320958f1e17451fc97bd8ff7fbc56807
parent5aff98df1f754cd809b88051caad99c58b50dfab
Rewritten functions for reading and writing resources

Functions for reading and writing compressed and uncompressed resources have
been rewritten to reduce code duplication and simplify the interface to the rest
of the code.

Not yet tested and commented.
12 files changed:
src/extract.c
src/integrity.c
src/lookup_table.c
src/lookup_table.h
src/modify.c
src/mount.c
src/ntfs-apply.c
src/resource.c
src/symlink.c
src/wim.c
src/wimlib_internal.h
src/xml.c