Skip to content

Commit 5b376d6

Browse files
committed
Update c4_header_for_docs to reflect changes in couchbase-lite-core
1 parent 275bfa9 commit 5b376d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

couchbase-lite-core-sys/src/c4_header_for_docs.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -862,6 +862,7 @@ extern "C" { pub fn c4db_getDoc (database : * mut C4Database , docID : C4String
862862
extern "C" { pub fn c4doc_get (database : * mut C4Database , docID : C4String , mustExist : bool , outError : * mut C4Error ,) -> * mut C4Document ; }
863863
extern "C" { pub fn c4doc_getBySequence (database : * mut C4Database , arg1 : C4SequenceNumber , outError : * mut C4Error ,) -> * mut C4Document ; }
864864
extern "C" { pub fn c4doc_save (doc : * mut C4Document , maxRevTreeDepth : u32 , outError : * mut C4Error) -> bool ; }
865+
extern "C" { pub fn c4doc_isRevRejected (doc : * mut C4Document) -> bool ; }
865866
extern "C" { pub fn c4doc_selectRevision (doc : * mut C4Document , revID : C4String , withBody : bool , outError : * mut C4Error ,) -> bool ; }
866867
extern "C" { pub fn c4doc_selectCurrentRevision (doc : * mut C4Document) -> bool ; }
867868
extern "C" { pub fn c4doc_loadRevisionBody (doc : * mut C4Document , outError : * mut C4Error) -> bool ; }

0 commit comments

Comments
 (0)