| ... | @@ -689,3 +689,11 @@ pub const UT_split_compile = 0x05; | ... | @@ -689,3 +689,11 @@ pub const UT_split_compile = 0x05; |
| 689 | pub const UT_split_type = 0x06; | 689 | pub const UT_split_type = 0x06; |
| 690 | pub const UT_lo_user = 0x80; | 690 | pub const UT_lo_user = 0x80; |
| 691 | pub const UT_hi_user = 0xff; | 691 | pub const UT_hi_user = 0xff; |
| | 692 | |
| | 693 | pub const LNCT_path = 0x1; |
| | 694 | pub const LNCT_directory_index = 0x2; |
| | 695 | pub const LNCT_timestamp = 0x3; |
| | 696 | pub const LNCT_size = 0x4; |
| | 697 | pub const LNCT_MD5 = 0x5; |
| | 698 | pub const LNCT_lo_user = 0x2000; |
| | 699 | pub const LNCT_hi_user = 0x3fff; |