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

github.com/mpc-hc/rarfilesource.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/RAR.h
diff options
context:
space:
mode:
authorOctaneSnail <os@v12pwr.com>2008-12-13 19:21:59 +0300
committerOctaneSnail <os@v12pwr.com>2008-12-13 22:53:53 +0300
commit75ed77126304e38d098fc4f5845e552a48999734 (patch)
treeccf1e9c7cceb2e7a8bf0033bd46b6ab9ddcdca4a /RAR.h
parent56593e8a2543de45fd97aed91aa73a29b49a418b (diff)
Add convenience function for logging headers.
Diffstat (limited to 'RAR.h')
-rw-r--r--RAR.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/RAR.h b/RAR.h
index 6a1eb74..b6241cd 100644
--- a/RAR.h
+++ b/RAR.h
@@ -19,10 +19,13 @@
#include "RAR_defines.h"
-#define HEADER_TYPE_MARKER 0x72
-#define HEADER_TYPE_ARCHIVE 0x73
-#define HEADER_TYPE_FILE 0x74
-#define HEADER_TYPE_END 0x7B
+#define HEADER_TYPE_MARKER 0x72
+#define HEADER_TYPE_ARCHIVE 0x73
+#define HEADER_TYPE_FILE 0x74
+#define HEADER_TYPE_SUBBLOCK 0x77
+#define HEADER_TYPE_RECOVERY 0x78
+#define HEADER_TYPE_NEWSUBLOCK 0x7a
+#define HEADER_TYPE_END 0x7b
#pragma pack (push, 1)