diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2023-04-12 18:11:31 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2023-04-12 18:11:31 -0400 |
| commit | 1e23f4762c00030238e9ee1effd79ef1af66960f (patch) | |
| tree | 1e0b698fc6278b65a6d7d241f9e5648d2b51b83b | |
| parent | 5721a4177f651a9d518f1a3b74caca450061e05c (diff) | |
add new purge original filename save option
| -rw-r--r-- | binaryninjacore.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h index ce9ec90f..7a36f1ee 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -2638,6 +2638,7 @@ extern "C" { RemoveUndoData, TrimSnapshots, + PurgeOriginalFilenamePath }; enum BNMessageBoxIcon |
