diff options
| author | Arnaldo Carvalho de Melo <acme@conectiva.com.br> | 2002-12-07 20:46:09 -0200 |
|---|---|---|
| committer | Arnaldo Carvalho de Melo <acme@conectiva.com.br> | 2002-12-07 20:46:09 -0200 |
| commit | 0e35d5147dfded5fde48f04cb1d52c7976bd0ee3 (patch) | |
| tree | 6ce503789e1c6da13b287ca1885b42b4540e3500 /include/net | |
| parent | 15d9a07865573aa48aa4c2d9db8baeac42d10ba9 (diff) | |
o ipv4/route: convert /proc/net/rt_cache to seq_file
Diffstat (limited to 'include/net')
| -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 afab97d19a81..593311a57fca 100644 --- a/include/net/route.h +++ b/include/net/route.h @@ -107,7 +107,7 @@ struct rt_cache_stat extern struct ip_rt_acct *ip_rt_acct; struct in_device; -extern void ip_rt_init(void); +extern int ip_rt_init(void); extern void ip_rt_redirect(u32 old_gw, u32 dst, u32 new_gw, u32 src, u8 tos, struct net_device *dev); extern void ip_rt_advice(struct rtable **rp, int advice); |
