summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'binaryninjaapi.h')
-rw-r--r--binaryninjaapi.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h
index 46d675f2..fe4acd30 100644
--- a/binaryninjaapi.h
+++ b/binaryninjaapi.h
@@ -181,6 +181,14 @@ namespace BinaryNinja
std::string GetVersionString();
uint32_t GetBuildId();
+ bool AreAutoUpdatesEnabled();
+ void SetAutoUpdatesEnabled(bool enabled);
+ uint64_t GetTimeSinceLastUpdateCheck();
+ void UpdatesChecked();
+
+ std::string GetActiveUpdateChannel();
+ void SetActiveUpdateChannel(const std::string& channel);
+
class DataBuffer
{
BNDataBuffer* m_buffer;