Skip to content

Commit 4184f37

Browse files
authored
remove typedef from mongoc_timeout_t (#746)
1 parent 29561cb commit 4184f37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libmongoc/src/mongoc/mongoc-timeout.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#include "mongoc-timeout-private.h"
1818
#include "mongoc.h"
1919

20-
typedef struct _mongoc_timeout_t {
20+
struct _mongoc_timeout_t {
2121
bool is_set;
2222
int64_t timeout_ms;
2323
};

0 commit comments

Comments
 (0)