Commit e695f1b
committed
Remove Windows sa_family_t typedef from public header
This typedef isn't needed in maxminddb.h since sa_family_t isn't part of
this library's public API. Moreover, it can conflict with typedefs in
the headers of other libraries. Move the typedef from maxminddb.h to
maxminddb.c, where sa_family_t is used.1 parent 4a51c94 commit e695f1b
2 files changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | 20 | | |
23 | 21 | | |
24 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
0 commit comments