Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/C/7z.h
diff options
context:
space:
mode:
Diffstat (limited to 'C/7z.h')
-rwxr-xr-xC/7z.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/C/7z.h b/C/7z.h
index e5fad3dd..01c4cac6 100755
--- a/C/7z.h
+++ b/C/7z.h
@@ -1,5 +1,5 @@
/* 7z.h -- 7z interface
-2009-08-17 : Igor Pavlov : Public domain */
+2010-03-11 : Igor Pavlov : Public domain */
#ifndef __7Z_H
#define __7Z_H
@@ -96,11 +96,13 @@ typedef struct
CNtfsFileTime MTime;
UInt64 Size;
UInt32 Crc;
+ UInt32 Attrib;
Byte HasStream;
Byte IsDir;
Byte IsAnti;
Byte CrcDefined;
Byte MTimeDefined;
+ Byte AttribDefined;
} CSzFileItem;
void SzFile_Init(CSzFileItem *p);