diff options
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 04749e97..27e2c565 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -1356,4 +1356,13 @@ namespace BinaryNinja static std::vector<UpdateChannel> GetList(); }; + + struct UpdateVersion + { + std::string version; + std::string notes; + time_t time; + + static std::vector<UpdateVersion> GetChannelVersions(const std::string& channel); + }; } |
