diff options
| author | Glenn Smith <glenn@vector35.com> | 2022-08-02 19:03:36 -0400 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2022-09-29 21:02:19 -0400 |
| commit | 0d42e48c833106c7865ca5822986b787ba44f858 (patch) | |
| tree | 13efdc823c1460a8dfbda1f92f01cabd69c77cc8 | |
| parent | 7533ed02f2185c7880fc9f14127520c17599ffd3 (diff) | |
Quoted string escaping type
| -rw-r--r-- | binaryninjacore.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
