From 08473e1affa3cd6b50347aa4ebfe4a594d1ed0f4 Mon Sep 17 00:00:00 2001 From: Timofey Solomko Date: Sun, 4 Mar 2018 12:09:31 +0300 Subject: [PATCH] Add missing documentation for unknownExtendedHeaderRecords --- Sources/TAR/TarEntryInfo.swift | 1 + 1 file changed, 1 insertion(+) 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