Skip to content

Commit 44765ab

Browse files
authored
Merge pull request #399 from jrassi/CDRIVER-1347
CDRIVER-1347 Add missing BSON_API specifier to mongoc_log_set_handler
2 parents 2e5be75 + ce64a5b commit 44765ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/mongoc/mongoc-log.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ typedef void (*mongoc_log_func_t) (mongoc_log_level_t log_level,
7676
*
7777
* Sets the function to be called to handle logging.
7878
*/
79+
BSON_API
7980
void mongoc_log_set_handler (mongoc_log_func_t log_func,
8081
void *user_data);
8182

0 commit comments

Comments
 (0)