File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ mongoc_server_api_get_deprecation_errors (const mongoc_server_api_t *api)
104
104
}
105
105
106
106
const mongoc_optional_t *
107
- mongo_server_api_get_strict (const mongoc_server_api_t * api )
107
+ mongoc_server_api_get_strict (const mongoc_server_api_t * api )
108
108
{
109
109
BSON_ASSERT (api );
110
110
return & api -> strict ;
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ MONGOC_EXPORT (const mongoc_optional_t *)
57
57
mongoc_server_api_get_deprecation_errors (const mongoc_server_api_t * api );
58
58
59
59
MONGOC_EXPORT (const mongoc_optional_t * )
60
- mongo_server_api_get_strict (const mongoc_server_api_t * api );
60
+ mongoc_server_api_get_strict (const mongoc_server_api_t * api );
61
61
62
62
BSON_END_DECLS
63
63
You can’t perform that action at this time.
0 commit comments