]> wimlib.net Git - wimlib/commitdiff
Remove some printing code from library
authorEric Biggers <ebiggers3@gmail.com>
Thu, 16 Jan 2014 00:52:10 +0000 (18:52 -0600)
committerEric Biggers <ebiggers3@gmail.com>
Thu, 16 Jan 2014 01:00:27 +0000 (19:00 -0600)
Remove print_lookup_table_entry(), print_dentry(), and
print_security_data() from the library.

Turn wimlib_print_metadata() into a stub and replace it with code in
`wimlib-imagex dir' that uses wimlib_iterate_dir_tree().

Also, on Windows use
ConvertSecurityDescriptorToStringSecurityDescriptorW() to print security
descriptors in string format.


No differences found