diff options
Diffstat (limited to 'include/ifaddrs.h')
-rw-r--r-- | include/ifaddrs.h | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/include/ifaddrs.h b/include/ifaddrs.h index 71bdaeb180..aa20c35101 100644 --- a/include/ifaddrs.h +++ b/include/ifaddrs.h @@ -1,23 +1,10 @@ #ifndef _IFADDRS_H #include <inet/ifaddrs.h> #include <stdbool.h> -#include <stdint.h> libc_hidden_proto (getifaddrs) libc_hidden_proto (freeifaddrs) -struct in6addrinfo -{ - enum { - in6ai_deprecated = 1, - in6ai_temporary = 2, - in6ai_homeaddress = 4 - } flags; - uint32_t addr[4]; -}; - -extern void __check_pf (bool *seen_ipv4, bool *seen_ipv6, - struct in6addrinfo **in6ai, size_t *in6ailen) - attribute_hidden; +extern void __check_pf (bool *seen_ipv4, bool *seen_ipv6) attribute_hidden; #endif /* ifaddrs.h */ |