diff options
Diffstat (limited to 'networking/libiproute/ip_common.h')
-rw-r--r-- | networking/libiproute/ip_common.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/networking/libiproute/ip_common.h b/networking/libiproute/ip_common.h index 0686136c7..e96f92981 100644 --- a/networking/libiproute/ip_common.h +++ b/networking/libiproute/ip_common.h | |||
@@ -2,14 +2,10 @@ extern int preferred_family; | |||
2 | extern char * _SL_; | 2 | extern char * _SL_; |
3 | 3 | ||
4 | extern void ip_parse_common_args(int *argcp, char ***argvp); | 4 | extern void ip_parse_common_args(int *argcp, char ***argvp); |
5 | extern int print_linkinfo(struct sockaddr_nl *who, struct nlmsghdr *n, void *arg); | ||
6 | extern int print_addrinfo(struct sockaddr_nl *who, struct nlmsghdr *n, void *arg); | ||
7 | extern int print_neigh(struct sockaddr_nl *who, struct nlmsghdr *n, void *arg); | 5 | extern int print_neigh(struct sockaddr_nl *who, struct nlmsghdr *n, void *arg); |
8 | extern int ipaddr_list(int argc, char **argv); | 6 | extern int ipaddr_list(int argc, char **argv); |
9 | extern int ipaddr_list_link(int argc, char **argv); | ||
10 | extern int iproute_monitor(int argc, char **argv); | 7 | extern int iproute_monitor(int argc, char **argv); |
11 | extern void iplink_usage(void) __attribute__((noreturn)); | 8 | extern void iplink_usage(void) __attribute__((noreturn)); |
12 | extern void ipaddr_reset_filter(int); | ||
13 | extern void ipneigh_reset_filter(void); | 9 | extern void ipneigh_reset_filter(void); |
14 | extern int do_ipaddr(int argc, char **argv); | 10 | extern int do_ipaddr(int argc, char **argv); |
15 | extern int do_iproute(int argc, char **argv); | 11 | extern int do_iproute(int argc, char **argv); |