summaryrefslogtreecommitdiffstats
path: root/ripngd/ripngd.h
diff options
context:
space:
mode:
authorhasso <hasso>2005-04-05 14:36:49 +0000
committerhasso <hasso>2005-04-05 14:36:49 +0000
commitb5ab9d2a6d79de4ed243042c330e8b9b5e9f79f3 (patch)
treeff94f2c0b5983b0652428aaed49d1cfcecaac3bb /ripngd/ripngd.h
parentd25640dce0ed0fa9f80c82e27f87fa9f2114e68c (diff)
downloadquagga.pre.listloop.cleanup.tar.bz2
quagga.pre.listloop.cleanup.tar.xz
* lib/prefix.[hc]: inet6_ntoa utility function copied fromquagga.pre.listloop.cleanup
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.h2
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,