diff options
| author | Hideaki Yoshifuji <yoshfuji@linux-ipv6.org> | 2003-04-22 09:57:57 -0700 |
|---|---|---|
| committer | Arnaldo Carvalho de Melo <acme@conectiva.com.br> | 2003-04-22 09:57:57 -0700 |
| commit | 021a762730fa8cbd67d2840356c881795067b184 (patch) | |
| tree | 14e741f55eea3398b3485fee5bc2f4d55e550cc5 /include | |
| parent | 39b69c03b3f9e243b3002473c9698715574e7ce8 (diff) | |
[IPV6]: dst_alloc() clean-up.
Diffstat (limited to 'include')
| -rw-r--r-- | include/net/ip6_route.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/ip6_route.h b/include/net/ip6_route.h index 1a5c99c5afa2..1af054ea6385 100644 --- a/include/net/ip6_route.h +++ b/include/net/ip6_route.h @@ -59,7 +59,7 @@ extern struct rt6_info *rt6_lookup(struct in6_addr *daddr, struct in6_addr *saddr, int oif, int flags); -extern struct rt6_info *ndisc_get_dummy_rt(void); +extern struct rt6_info *ip6_dst_alloc(void); /* * support functions for ND |
