diff options
Diffstat (limited to 'CPP/7zip/Archive/Tar/TarHeader.h')
-rw-r--r-- | CPP/7zip/Archive/Tar/TarHeader.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CPP/7zip/Archive/Tar/TarHeader.h b/CPP/7zip/Archive/Tar/TarHeader.h index 1af3093..aeccd28 100644 --- a/CPP/7zip/Archive/Tar/TarHeader.h +++ b/CPP/7zip/Archive/Tar/TarHeader.h | |||
@@ -1,7 +1,7 @@ | |||
1 | // Archive/TarHeader.h | 1 | // Archive/TarHeader.h |
2 | 2 | ||
3 | #ifndef __ARCHIVE_TAR_HEADER_H | 3 | #ifndef ZIP7_INC_ARCHIVE_TAR_HEADER_H |
4 | #define __ARCHIVE_TAR_HEADER_H | 4 | #define ZIP7_INC_ARCHIVE_TAR_HEADER_H |
5 | 5 | ||
6 | #include "../../../Common/MyTypes.h" | 6 | #include "../../../Common/MyTypes.h" |
7 | 7 | ||
@@ -81,7 +81,7 @@ namespace NFileHeader | |||
81 | // extern const char * const kGNUTar; // = "GNUtar "; // 7 chars and a null | 81 | // extern const char * const kGNUTar; // = "GNUtar "; // 7 chars and a null |
82 | // extern const char * const kEmpty; // = "\0\0\0\0\0\0\0\0" | 82 | // extern const char * const kEmpty; // = "\0\0\0\0\0\0\0\0" |
83 | extern const char k_Posix_ustar_00[8]; | 83 | extern const char k_Posix_ustar_00[8]; |
84 | extern const char k_GNU_ustar__[8]; | 84 | extern const char k_GNU_ustar[8]; |
85 | } | 85 | } |
86 | } | 86 | } |
87 | 87 | ||