From 0d42e48c833106c7865ca5822986b787ba44f858 Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Tue, 2 Aug 2022 19:03:36 -0400 Subject: Quoted string escaping type --- binaryninjacore.h | 1 + 1 file changed, 1 insertion(+) diff --git a/binaryninjacore.h b/binaryninjacore.h index 416f9574..0087c9bf 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -377,6 +377,7 @@ extern "C" { NoTokenEscapingType = 0, BackticksTokenEscapingType = 1, + QuotedStringEscapingType = 2, }; enum BNAnalysisWarningActionType -- cgit v1.3.1