diff options
Diffstat (limited to 'ui/flowgraphwidget.h')
| -rw-r--r-- | ui/flowgraphwidget.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/flowgraphwidget.h b/ui/flowgraphwidget.h index 3d529433..08e45aa6 100644 --- a/ui/flowgraphwidget.h +++ b/ui/flowgraphwidget.h @@ -204,6 +204,8 @@ class BINARYNINJAUIAPI FlowGraphWidget : uint64_t getTokenAddress(); + bool isFunctionHeader(); + public: FlowGraphWidget(QWidget* parent, BinaryViewRef view, FlowGraphRef graph = FlowGraphRef()); ~FlowGraphWidget(); |
