summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ui/util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/util.h b/ui/util.h
index 9713713a..f1a68752 100644
--- a/ui/util.h
+++ b/ui/util.h
@@ -34,6 +34,8 @@ bool BINARYNINJAUIAPI isBinaryNinjaDatabase(QFileInfo& info, QFileAccessor& acce
PlatformRef BINARYNINJAUIAPI getOrAskForPlatform(QWidget* parent, BinaryViewRef data);
PlatformRef BINARYNINJAUIAPI getOrAskForPlatform(QWidget* parent, PlatformRef defaultValue);
+std::optional<std::string> BINARYNINJAUIAPI getStringForGraphType(BNFunctionGraphType type);
+std::optional<BNFunctionGraphType> BINARYNINJAUIAPI getGraphTypeForString(const std::string& type);
namespace fmt
{