]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - include/ifaddrs.h
(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.
[thirdparty/glibc.git] / include / ifaddrs.h
index 71bdaeb1801f2e7ec4b21d71c1de1bc6e431221c..aa20c351012c033d98e6f3319e55d171ded50b67 100644 (file)
@@ -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 */