diff options
Diffstat (limited to 'include/net/route.h')
| -rw-r--r-- | include/net/route.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/route.h b/include/net/route.h index 9c04f15090d2..98c915abdec8 100644 --- a/include/net/route.h +++ b/include/net/route.h | |||
| @@ -110,7 +110,7 @@ extern struct ip_rt_acct *ip_rt_acct; | |||
| 110 | struct in_device; | 110 | struct in_device; |
| 111 | extern int ip_rt_init(void); | 111 | extern int ip_rt_init(void); |
| 112 | extern void ip_rt_redirect(u32 old_gw, u32 dst, u32 new_gw, | 112 | extern void ip_rt_redirect(u32 old_gw, u32 dst, u32 new_gw, |
| 113 | u32 src, u8 tos, struct net_device *dev); | 113 | u32 src, struct net_device *dev); |
| 114 | extern void ip_rt_advice(struct rtable **rp, int advice); | 114 | extern void ip_rt_advice(struct rtable **rp, int advice); |
| 115 | extern void rt_cache_flush(int how); | 115 | extern void rt_cache_flush(int how); |
| 116 | extern int __ip_route_output_key(struct rtable **, const struct flowi *flp); | 116 | extern int __ip_route_output_key(struct rtable **, const struct flowi *flp); |
