[#166] object: Define COMMON_PREFIX value in MatchType enum

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
Pavel Karpy 2021-08-16 10:25:06 +03:00 committed by Stanislav Bogatyrev
parent 3cc5852f3f
commit 0040853986

View file

@ -41,6 +41,9 @@ enum MatchType {
// Lack of key
NOT_PRESENT = 3;
// String prefix match
COMMON_PREFIX = 4;
}
// Short header fields