diff options
Diffstat (limited to 'networking/libiproute/ip_common.h')
-rw-r--r-- | networking/libiproute/ip_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/libiproute/ip_common.h b/networking/libiproute/ip_common.h index 346d0b96c..305b491c6 100644 --- a/networking/libiproute/ip_common.h +++ b/networking/libiproute/ip_common.h | |||
@@ -21,7 +21,7 @@ extern char **ip_parse_common_args(char **argv); | |||
21 | extern int print_neigh(struct sockaddr_nl *who, struct nlmsghdr *n, void *arg); | 21 | extern int print_neigh(struct sockaddr_nl *who, struct nlmsghdr *n, void *arg); |
22 | extern int ipaddr_list_or_flush(char **argv, int flush); | 22 | extern int ipaddr_list_or_flush(char **argv, int flush); |
23 | extern int iproute_monitor(char **argv); | 23 | extern int iproute_monitor(char **argv); |
24 | extern void iplink_usage(void) ATTRIBUTE_NORETURN; | 24 | extern void iplink_usage(void) NORETURN; |
25 | extern void ipneigh_reset_filter(void); | 25 | extern void ipneigh_reset_filter(void); |
26 | 26 | ||
27 | extern int do_ipaddr(char **argv); | 27 | extern int do_ipaddr(char **argv); |