diff options
Diffstat (limited to 'networking/libiproute/ip_common.h')
-rw-r--r-- | networking/libiproute/ip_common.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/networking/libiproute/ip_common.h b/networking/libiproute/ip_common.h index 5ac43218e..771ca48bd 100644 --- a/networking/libiproute/ip_common.h +++ b/networking/libiproute/ip_common.h | |||
@@ -1,3 +1,7 @@ | |||
1 | extern int preferred_family; | ||
2 | extern char * _SL_; | ||
3 | |||
4 | extern void ip_parse_common_args(int *argcp, char ***argvp); | ||
1 | extern int print_linkinfo(struct sockaddr_nl *who, struct nlmsghdr *n, void *arg); | 5 | extern int print_linkinfo(struct sockaddr_nl *who, struct nlmsghdr *n, void *arg); |
2 | extern int print_addrinfo(struct sockaddr_nl *who, struct nlmsghdr *n, void *arg); | 6 | extern int print_addrinfo(struct sockaddr_nl *who, struct nlmsghdr *n, void *arg); |
3 | extern int print_neigh(struct sockaddr_nl *who, struct nlmsghdr *n, void *arg); | 7 | extern int print_neigh(struct sockaddr_nl *who, struct nlmsghdr *n, void *arg); |