]> wimlib.net Git - wimlib/commit
add_image.c: Cleanup
authorEric Biggers <ebiggers3@gmail.com>
Mon, 12 May 2014 20:19:43 +0000 (15:19 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Mon, 12 May 2014 20:57:04 +0000 (15:57 -0500)
commit628a82db5632db50d44320af2ed9662f47bd5d28
tree7d392f2d116b574ab9109589940395cfed60b71c
parente3dc3c76cf0896eb98f455f2538999d23f95b61a
add_image.c:  Cleanup

Including:

- Use wimlib/security.h instead of wimlib/capture.h
- Replace add_new_dentry_tree() with add_empty_image_metadata()
  (the root dentry is always NULL)
- Improve comments
src/add_image.c