summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/util.h b/src/util.h
index d630ce6..d999509 100644
--- a/src/util.h
+++ b/src/util.h
@@ -50,16 +50,17 @@
#define M_APPLI 0x00400000
#define M_MESSAGE 0x00800000
#define M_MODEL 0x00004000
+#define M_TAR 0x00008000
#define M_IS_FILE 0x00FC4000
-#define M_IS_DATA 0x00060000
+#define M_IS_DATA 0x00030000
#define M_BINARY 0x01000000
-#define M_ASCII 0x02000000
-#define M_UTF 0x04000000
-#define M_IS_CHARSET 0x07000000
+
+#define M_CLASS_1 0x02000000
+#define M_CLASS_2 0x04000000
+#define M_IS_CLASS 0x06000000
#define M_ARCHIV 0x08000000
-#define M_TAR 0x00008000
#define M_ACL 0x80000000
#define M_EXT4_META 0x40000000