# | Line 91 | Line 91 | struct MaskItem; | |
---|---|---|
91 | * ts stuff | |
92 | */ | |
93 | #define TS_CURRENT 6 /**< current TS protocol version */ | |
94 | < | #define TS_MIN 5 /**< minimum supported TS protocol version */ |
94 | > | #define TS_MIN 6 /**< minimum supported TS protocol version */ |
95 | #define TS_DOESTS 0x20000000 | |
96 | #define DoesTS(x) ((x)->tsinfo == TS_DOESTS) | |
97 |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |