diff options
Diffstat (limited to 'networking/iptunnel.c')
-rw-r--r-- | networking/iptunnel.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/networking/iptunnel.c b/networking/iptunnel.c index 9ae734a..8a65413 100644 --- a/networking/iptunnel.c +++ b/networking/iptunnel.c @@ -17,6 +17,7 @@ #include "busybox.h" +int iptunnel_main(int argc, char **argv); int iptunnel_main(int argc, char **argv) { ip_parse_common_args(&argc, &argv); |