diff options
| author | Dario Nieuwenhuis <[email protected]> | 2022-08-22 00:52:21 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-08-22 00:52:21 +0200 |
| commit | 79c7be3fc65315c2822cae139bf514096a66641a (patch) | |
| tree | 400931fc2134d66bdf36876a0404c7fcd6362d7d /src | |
| parent | f76815d642064b5ed5b1673e4a386e2747813f20 (diff) | |
| parent | 6b4555a6a70f8c10755198b69e7cf085c1a53fce (diff) | |
Merge pull request #5 from danbev/clm-comments
Add comments about Country Locale Matrix (CLM)
Diffstat (limited to 'src')
| -rw-r--r-- | src/structs.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/structs.rs b/src/structs.rs index 7a7c25b26..355470971 100644 --- a/src/structs.rs +++ b/src/structs.rs | |||
| @@ -172,6 +172,7 @@ pub const DOWNLOAD_FLAG_BEGIN: u16 = 0x0002; | |||
| 172 | pub const DOWNLOAD_FLAG_END: u16 = 0x0004; | 172 | pub const DOWNLOAD_FLAG_END: u16 = 0x0004; |
| 173 | pub const DOWNLOAD_FLAG_HANDLER_VER: u16 = 0x1000; | 173 | pub const DOWNLOAD_FLAG_HANDLER_VER: u16 = 0x1000; |
| 174 | 174 | ||
| 175 | // Country Locale Matrix (CLM) | ||
| 175 | pub const DOWNLOAD_TYPE_CLM: u16 = 2; | 176 | pub const DOWNLOAD_TYPE_CLM: u16 = 2; |
| 176 | 177 | ||
| 177 | #[derive(Clone, Copy)] | 178 | #[derive(Clone, Copy)] |
