diff options
Diffstat (limited to 'networking/libiproute/iptunnel.c')
-rw-r--r-- | networking/libiproute/iptunnel.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/libiproute/iptunnel.c b/networking/libiproute/iptunnel.c index f8713e08b..85c6099ed 100644 --- a/networking/libiproute/iptunnel.c +++ b/networking/libiproute/iptunnel.c | |||
@@ -361,7 +361,7 @@ static int do_add(int cmd, int argc, char **argv) | |||
361 | return -1; | 361 | return -1; |
362 | } | 362 | } |
363 | 363 | ||
364 | int do_del(int argc, char **argv) | 364 | static int do_del(int argc, char **argv) |
365 | { | 365 | { |
366 | struct ip_tunnel_parm p; | 366 | struct ip_tunnel_parm p; |
367 | 367 | ||
@@ -381,7 +381,7 @@ int do_del(int argc, char **argv) | |||
381 | return -1; | 381 | return -1; |
382 | } | 382 | } |
383 | 383 | ||
384 | void print_tunnel(struct ip_tunnel_parm *p) | 384 | static void print_tunnel(struct ip_tunnel_parm *p) |
385 | { | 385 | { |
386 | char s1[256]; | 386 | char s1[256]; |
387 | char s2[256]; | 387 | char s2[256]; |