Skip to content

Commit 9f6774b

Browse files
committed
Remove duplicate definition of core API functions
1 parent 4838227 commit 9f6774b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

binaryninjacore.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7175,8 +7175,6 @@ extern "C"
71757175
BINARYNINJACOREAPI BNRemote* BNCollaborationCreateRemote(const char* name, const char* address);
71767176
BINARYNINJACOREAPI void BNCollaborationRemoveRemote(BNRemote* remote);
71777177
BINARYNINJACOREAPI void BNCollaborationSaveRemotes();
7178-
BINARYNINJACOREAPI bool BNCollaborationIsCollaborationDatabase(BNDatabase* database);
7179-
BINARYNINJACOREAPI bool BNCollaborationIsSnapshotIgnored(BNDatabase* database, BNSnapshot* snapshot);
71807178
BINARYNINJACOREAPI bool BNCollaborationSyncDatabase(BNDatabase* database, BNRemoteFile* file, BNCollaborationAnalysisConflictHandler conflictHandler, void* conflictHandlerCtxt, BNProgressFunction progress, void* progressCtxt, BNCollaborationNameChangesetFunction nameChangeset, void* nameChangesetCtxt);
71817179
BINARYNINJACOREAPI bool BNCollaborationSyncTypeArchive(BNTypeArchive* archive, BNRemoteFile* file, bool(*conflictHandler)(void*, BNTypeArchiveMergeConflict** conflicts, size_t conflictCount), void* conflictHandlerCtxt, BNProgressFunction progress, void* progressCtxt);
71827180
BINARYNINJACOREAPI bool BNCollaborationPushTypeArchive(BNTypeArchive* archive, BNRemoteFile* file, size_t* count, BNProgressFunction progress, void* progressCtxt);

0 commit comments

Comments
 (0)