summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXusheng <xusheng@vector35.com>2024-05-24 13:28:16 +0800
committerXusheng <xusheng@vector35.com>2024-05-24 13:28:16 +0800
commit9f6774bc41896e48f55c48b32f8d67cd6dd0f8aa (patch)
tree37d4f8f8a44daf504dd05ec7843c30c41bc597fc
parent4838227769697870958437596131371780384967 (diff)
Remove duplicate definition of core API functions
-rw-r--r--binaryninjacore.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h
index 3cc746e1..d7d6244a 100644
--- a/binaryninjacore.h
+++ b/binaryninjacore.h
@@ -7175,8 +7175,6 @@ extern "C"
BINARYNINJACOREAPI BNRemote* BNCollaborationCreateRemote(const char* name, const char* address);
BINARYNINJACOREAPI void BNCollaborationRemoveRemote(BNRemote* remote);
BINARYNINJACOREAPI void BNCollaborationSaveRemotes();
- BINARYNINJACOREAPI bool BNCollaborationIsCollaborationDatabase(BNDatabase* database);
- BINARYNINJACOREAPI bool BNCollaborationIsSnapshotIgnored(BNDatabase* database, BNSnapshot* snapshot);
BINARYNINJACOREAPI bool BNCollaborationSyncDatabase(BNDatabase* database, BNRemoteFile* file, BNCollaborationAnalysisConflictHandler conflictHandler, void* conflictHandlerCtxt, BNProgressFunction progress, void* progressCtxt, BNCollaborationNameChangesetFunction nameChangeset, void* nameChangesetCtxt);
BINARYNINJACOREAPI bool BNCollaborationSyncTypeArchive(BNTypeArchive* archive, BNRemoteFile* file, bool(*conflictHandler)(void*, BNTypeArchiveMergeConflict** conflicts, size_t conflictCount), void* conflictHandlerCtxt, BNProgressFunction progress, void* progressCtxt);
BINARYNINJACOREAPI bool BNCollaborationPushTypeArchive(BNTypeArchive* archive, BNRemoteFile* file, size_t* count, BNProgressFunction progress, void* progressCtxt);