[#119] object: Define STRING_NOT_EQUAL value in MatchType enum

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
Leonard Lyubich 2021-02-01 20:27:00 +03:00 committed by Stanislav Bogatyrev
parent c51f4cd314
commit ad4a9142ab

View file

@ -35,6 +35,9 @@ enum MatchType {
// Full string match
STRING_EQUAL = 1;
// Full string mismatch
STRING_NOT_EQUAL = 2;
}
// Short header fields