diff options
Diffstat (limited to 'networking/iproute.c')
-rw-r--r-- | networking/iproute.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/networking/iproute.c b/networking/iproute.c index 62335a8b3..3d540b2ba 100644 --- a/networking/iproute.c +++ b/networking/iproute.c | |||
@@ -17,6 +17,7 @@ | |||
17 | 17 | ||
18 | #include "busybox.h" | 18 | #include "busybox.h" |
19 | 19 | ||
20 | int iproute_main(int argc, char **argv); | ||
20 | int iproute_main(int argc, char **argv) | 21 | int iproute_main(int argc, char **argv) |
21 | { | 22 | { |
22 | ip_parse_common_args(&argc, &argv); | 23 | ip_parse_common_args(&argc, &argv); |