mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-13 00:30:07 +00:00
11 lines
231 B
C
11 lines
231 B
C
#ifndef _IFADDRS_H
|
|
#include <inet/ifaddrs.h>
|
|
#include <stdbool.h>
|
|
|
|
libc_hidden_proto (getifaddrs)
|
|
libc_hidden_proto (freeifaddrs)
|
|
|
|
extern void __check_pf (bool *seen_ipv4, bool *seen_ipv6) attribute_hidden;
|
|
|
|
#endif /* ifaddrs.h */
|