]> wimlib.net Git - wimlib/commit
tagged_item updates
authorEric Biggers <ebiggers3@gmail.com>
Mon, 26 Dec 2016 21:14:41 +0000 (15:14 -0600)
committerEric Biggers <ebiggers3@gmail.com>
Tue, 27 Dec 2016 03:15:13 +0000 (21:15 -0600)
commit321d969a9b089973cad59f25d3398bf69a8a2619
tree64028d8b7da79d1fba9465c215bedb051dba8578
parent72b55456fc579b634d7b5eeef21fb25f644043a6
tagged_item updates

- expose tagged_item functions in new header tagged_items.h
- make object_id functions inline functions in object_id.h
- add a new function inode_set_tagged_data() which removes existing
  items, and use it for inode_set_object_id()
Makefile.am
include/wimlib/object_id.h
include/wimlib/tagged_items.h [new file with mode: 0644]
src/tagged_items.c