diff options
| author | Josh Ferrell <josh@vector35.com> | 2025-02-13 17:07:25 -0500 |
|---|---|---|
| committer | Josh Ferrell <josh@vector35.com> | 2025-02-17 15:07:23 -0500 |
| commit | bef4772cfb414ff2e466f541d65c77a6b02b1eb5 (patch) | |
| tree | c5f94f173f1da5e6e5a9adc6b654fe0154fd6e99 /binaryninjaapi.h | |
| parent | bcdc0d9b89605936a1cb6cf3ffaaece60d3c5777 (diff) | |
Associate a RemoteProject to a Project when applicable
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 81c0c4a8..78843a48 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -2776,6 +2776,10 @@ namespace BinaryNinja { }; + namespace Collaboration + { + class RemoteProject; + } /*! \ingroup project @@ -2827,6 +2831,8 @@ namespace BinaryNinja { void BeginBulkOperation(); void EndBulkOperation(); + + Ref<Collaboration::RemoteProject> GetRemoteProject(); }; /*! |
