summaryrefslogtreecommitdiff
path: root/ui/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/commands.h')
-rw-r--r--ui/commands.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/commands.h b/ui/commands.h
index 3af4f11b..70ed5778 100644
--- a/ui/commands.h
+++ b/ui/commands.h
@@ -11,6 +11,7 @@
@{
*/
+bool BINARYNINJAUIAPI undefineForAddress(BinaryViewRef data, uint64_t addr);
bool BINARYNINJAUIAPI undefineNameForAddress(BinaryViewRef data, uint64_t addr);
bool BINARYNINJAUIAPI undefineNameForLocalVariable(
BinaryViewRef data, FunctionRef func, const BinaryNinja::Variable& var);