diff options
author | hasso <hasso> | 2005-04-05 14:36:49 +0000 |
---|---|---|
committer | hasso <hasso> | 2005-04-05 14:36:49 +0000 |
commit | 5920990fecba7e2430af3cfaa8bcbaed40d0ba1a (patch) | |
tree | d91dd49e4ed2c03cd0c007660232716f11172a56 /ripngd/ripngd.h | |
parent | 6a52470660000bb6ddba971dc5c40b3422ab49bc (diff) |
* lib/prefix.[hc]: inet6_ntoa utility function copied from
ripngd/ripngd.c (inet6_ntop).
* ripngd.[hc]: Remove inet6_ntop() and any usage of it. inet6_ntoa()
from lib is used now.
* ripng_interface.c: inet6_ntop() -> inet6_ntoa().
* ripng_peer.c: inet6_ntop() -> inet6_ntoa().
Diffstat (limited to 'ripngd/ripngd.h')
-rw-r--r-- | ripngd/ripngd.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ripngd/ripngd.h b/ripngd/ripngd.h index bf69af44..68da71da 100644 --- a/ripngd/ripngd.h +++ b/ripngd/ripngd.h @@ -388,8 +388,6 @@ void ripng_zebra_ipv6_delete (struct prefix_ipv6 *p, struct in6_addr *nexthop, u void ripng_redistribute_clean (); -const char *inet6_ntop (struct in6_addr *p); - int ripng_write_rte (int num, struct stream *s, struct prefix_ipv6 *p, struct in6_addr *nexthop, u_int16_t tag, u_char metric); int ripng_send_packet (caddr_t buf, int bufsize, struct sockaddr_in6 *to, |