diff options
Diffstat (limited to 'networking/libiproute/ip_common.h')
-rw-r--r-- | networking/libiproute/ip_common.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/networking/libiproute/ip_common.h b/networking/libiproute/ip_common.h index 05a6a95f5..96df6100a 100644 --- a/networking/libiproute/ip_common.h +++ b/networking/libiproute/ip_common.h | |||
@@ -13,16 +13,13 @@ | |||
13 | #include <linux/if_link.h> | 13 | #include <linux/if_link.h> |
14 | #endif | 14 | #endif |
15 | 15 | ||
16 | extern int preferred_family; | ||
17 | //FIXME! Appears in two .h files! | ||
18 | extern const char * _SL_; | ||
19 | |||
20 | extern void ip_parse_common_args(int *argcp, char ***argvp); | 16 | extern void ip_parse_common_args(int *argcp, char ***argvp); |
21 | extern int print_neigh(struct sockaddr_nl *who, struct nlmsghdr *n, void *arg); | 17 | extern int print_neigh(struct sockaddr_nl *who, struct nlmsghdr *n, void *arg); |
22 | extern int ipaddr_list_or_flush(int argc, char **argv, int flush); | 18 | extern int ipaddr_list_or_flush(int argc, char **argv, int flush); |
23 | extern int iproute_monitor(int argc, char **argv); | 19 | extern int iproute_monitor(int argc, char **argv); |
24 | extern void iplink_usage(void) ATTRIBUTE_NORETURN; | 20 | extern void iplink_usage(void) ATTRIBUTE_NORETURN; |
25 | extern void ipneigh_reset_filter(void); | 21 | extern void ipneigh_reset_filter(void); |
22 | |||
26 | extern int do_ipaddr(int argc, char **argv); | 23 | extern int do_ipaddr(int argc, char **argv); |
27 | extern int do_iproute(int argc, char **argv); | 24 | extern int do_iproute(int argc, char **argv); |
28 | extern int do_iprule(int argc, char **argv); | 25 | extern int do_iprule(int argc, char **argv); |