Skip to content

Commit bf90e37

Browse files
committed
Merge pull request #106 from spencerjackson/CDRIVER-450
CDRIVER-450 Update expected ABI
2 parents 49106c8 + a2d07e2 commit bf90e37

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

build/cmake/libmongoc-ssl.def

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ mongoc_collection_drop_index
5353
mongoc_collection_ensure_index
5454
mongoc_collection_find
5555
mongoc_collection_find_and_modify
56+
mongoc_collection_get_index_info
5657
mongoc_collection_get_last_error
5758
mongoc_collection_get_name
5859
mongoc_collection_get_read_prefs
@@ -84,6 +85,7 @@ mongoc_database_create_collection
8485
mongoc_database_destroy
8586
mongoc_database_drop
8687
mongoc_database_get_collection
88+
mongoc_database_get_collection_info
8789
mongoc_database_get_collection_names
8890
mongoc_database_get_name
8991
mongoc_database_get_read_prefs

build/cmake/libmongoc.def

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ mongoc_collection_drop_index
5353
mongoc_collection_ensure_index
5454
mongoc_collection_find
5555
mongoc_collection_find_and_modify
56+
mongoc_collection_get_index_info
5657
mongoc_collection_get_last_error
5758
mongoc_collection_get_name
5859
mongoc_collection_get_read_prefs
@@ -84,6 +85,7 @@ mongoc_database_create_collection
8485
mongoc_database_destroy
8586
mongoc_database_drop
8687
mongoc_database_get_collection
88+
mongoc_database_get_collection_info
8789
mongoc_database_get_collection_names
8890
mongoc_database_get_name
8991
mongoc_database_get_read_prefs

src/libmongoc.symbols

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ mongoc_collection_drop_index
5454
mongoc_collection_ensure_index
5555
mongoc_collection_find
5656
mongoc_collection_find_and_modify
57+
mongoc_collection_get_index_info
5758
mongoc_collection_get_last_error
5859
mongoc_collection_get_name
5960
mongoc_collection_get_read_prefs
@@ -85,6 +86,7 @@ mongoc_database_create_collection
8586
mongoc_database_destroy
8687
mongoc_database_drop
8788
mongoc_database_get_collection
89+
mongoc_database_get_collection_info
8890
mongoc_database_get_collection_names
8991
mongoc_database_get_name
9092
mongoc_database_get_read_prefs

0 commit comments

Comments
 (0)