diff options
Diffstat (limited to 'networking/libiproute/ip_common.h')
-rw-r--r-- | networking/libiproute/ip_common.h | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/networking/libiproute/ip_common.h b/networking/libiproute/ip_common.h index 97101079f..c04735608 100644 --- a/networking/libiproute/ip_common.h +++ b/networking/libiproute/ip_common.h | |||
@@ -13,20 +13,20 @@ | |||
13 | #include <linux/if_link.h> | 13 | #include <linux/if_link.h> |
14 | #endif | 14 | #endif |
15 | 15 | ||
16 | extern void ip_parse_common_args(int *argcp, char ***argvp); | 16 | extern char **ip_parse_common_args(char **argv); |
17 | 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); |
18 | extern int ipaddr_list_or_flush(int argc, char **argv, int flush); | 18 | extern int ipaddr_list_or_flush(char **argv, int flush); |
19 | extern int iproute_monitor(int argc, char **argv); | 19 | extern int iproute_monitor(char **argv); |
20 | extern void iplink_usage(void) ATTRIBUTE_NORETURN; | 20 | extern void iplink_usage(void) ATTRIBUTE_NORETURN; |
21 | extern void ipneigh_reset_filter(void); | 21 | extern void ipneigh_reset_filter(void); |
22 | 22 | ||
23 | extern int do_ipaddr(int argc, char **argv); | 23 | extern int do_ipaddr(char **argv); |
24 | extern int do_iproute(int argc, char **argv); | 24 | extern int do_iproute(char **argv); |
25 | extern int do_iprule(int argc, char **argv); | 25 | extern int do_iprule(char **argv); |
26 | extern int do_ipneigh(int argc, char **argv); | 26 | extern int do_ipneigh(char **argv); |
27 | extern int do_iptunnel(int argc, char **argv); | 27 | extern int do_iptunnel(char **argv); |
28 | extern int do_iplink(int argc, char **argv); | 28 | extern int do_iplink(char **argv); |
29 | extern int do_ipmonitor(int argc, char **argv); | 29 | extern int do_ipmonitor(char **argv); |
30 | extern int do_multiaddr(int argc, char **argv); | 30 | extern int do_multiaddr(char **argv); |
31 | extern int do_multiroute(int argc, char **argv); | 31 | extern int do_multiroute(char **argv); |
32 | #endif /* ip_common.h */ | 32 | #endif /* ip_common.h */ |