More code cleanups.

This commit is contained in:
2022-03-18 01:32:15 +00:00
parent 58ca08969c
commit 1338178726
4 changed files with 144 additions and 60 deletions

View File

@@ -181,6 +181,7 @@ public interface IArchive
/// <returns>Error number.</returns>
/// <param name="entryNumber">The entry in the archive for which to retrieve the XAttr.</param>
/// <param name="xattr">Extended attribute, alternate data stream or fork name.</param>
/// <param name="buffer">Buffer where the extended attribute data will be stored.</param>
/// <returns>Buffer with the XAttr data.</returns>
ErrorNumber GetXattr(int entryNumber, string xattr, out byte[] buffer);