From bef4772cfb414ff2e466f541d65c77a6b02b1eb5 Mon Sep 17 00:00:00 2001 From: Josh Ferrell Date: Thu, 13 Feb 2025 17:07:25 -0500 Subject: Associate a RemoteProject to a Project when applicable --- binaryninjaapi.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'binaryninjaapi.h') 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 GetRemoteProject(); }; /*! -- cgit v1.3.1