aboutsummaryrefslogtreecommitdiff
path: root/src/nat/libnatpmp/natpmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nat/libnatpmp/natpmp.h')
-rw-r--r--src/nat/libnatpmp/natpmp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nat/libnatpmp/natpmp.h b/src/nat/libnatpmp/natpmp.h
index d8b23a74d..976bad06f 100644
--- a/src/nat/libnatpmp/natpmp.h
+++ b/src/nat/libnatpmp/natpmp.h
@@ -56,8 +56,9 @@ typedef struct
56 { 56 {
57 struct 57 struct
58 { 58 {
59 //in_addr_t addr; 59 int family;
60 struct in_addr addr; 60 struct in_addr addr;
61 struct in6_addr addr6;
61 } publicaddress; 62 } publicaddress;
62 struct 63 struct
63 { 64 {