diff --git a/Sources/TAR/TarEntryInfo.swift b/Sources/TAR/TarEntryInfo.swift index 7fd921d7..6e876051 100644 --- a/Sources/TAR/TarEntryInfo.swift +++ b/Sources/TAR/TarEntryInfo.swift @@ -77,6 +77,7 @@ public struct TarEntryInfo: ContainerEntryInfo { */ public let linkName: String + /// All unknown records from global and local PAX extended headers. `nil`, if there were no headers. public let unknownExtendedHeaderRecords: [String: String]? let isGlobalExtendedHeader: Bool