Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'networking/iproute.c')
-rw-r--r--networking/iproute.c1
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 @@
#include "busybox.h"
+int iproute_main(int argc, char **argv);
int iproute_main(int argc, char **argv)
{
ip_parse_common_args(&argc, &argv);