diff options
Diffstat (limited to '')
-rw-r--r-- | CPP/7zip/Archive/Zip/ZipItem.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/CPP/7zip/Archive/Zip/ZipItem.h b/CPP/7zip/Archive/Zip/ZipItem.h index 6ee8765..934d7ec 100644 --- a/CPP/7zip/Archive/Zip/ZipItem.h +++ b/CPP/7zip/Archive/Zip/ZipItem.h | |||
@@ -31,8 +31,9 @@ struct CExtraSubBlock | |||
31 | CByteBuffer Data; | 31 | CByteBuffer Data; |
32 | 32 | ||
33 | bool ExtractNtfsTime(unsigned index, FILETIME &ft) const; | 33 | bool ExtractNtfsTime(unsigned index, FILETIME &ft) const; |
34 | bool ExtractUnixTime(bool isCentral, unsigned index, UInt32 &res) const; | 34 | bool Extract_UnixTime(bool isCentral, unsigned index, UInt32 &res) const; |
35 | bool ExtractUnixExtraTime(unsigned index, UInt32 &res) const; | 35 | bool Extract_Unix01_Time(unsigned index, UInt32 &res) const; |
36 | // bool Extract_Unix_Time(unsigned index, UInt32 &res) const; | ||
36 | 37 | ||
37 | bool CheckIzUnicode(const AString &s) const; | 38 | bool CheckIzUnicode(const AString &s) const; |
38 | 39 | ||