diff options
author | Ricard Wanderlof <ricard.wanderlof@axis.com> | 2008-07-01 12:54:49 +0000 |
---|---|---|
committer | Ricard Wanderlof <ricard.wanderlof@axis.com> | 2008-07-01 12:54:49 +0000 |
commit | 0f3d1914ce52164bb29c1b6d630844fc396558ac (patch) | |
tree | f0320d465228c15f65fbbeecc48f6f587a59c59e /libc/inet/ifaddrs.h | |
parent | 2600ca66db0763fefe70620f8720cbe45bc58c6b (diff) |
Simplified check_pf() so it returns a bit vector in an unsigned int,
instead of modifying the contents of two bools.
Diffstat (limited to 'libc/inet/ifaddrs.h')
-rw-r--r-- | libc/inet/ifaddrs.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/libc/inet/ifaddrs.h b/libc/inet/ifaddrs.h index 2cc06ec86..f65bcaba3 100644 --- a/libc/inet/ifaddrs.h +++ b/libc/inet/ifaddrs.h @@ -73,17 +73,4 @@ extern void freeifaddrs (struct ifaddrs *__ifa) __THROW; __END_DECLS -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) - attribute_hidden; - #endif /* ifaddrs.h */ |