diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2001-01-21 15:11:20 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2001-01-21 15:11:20 +0000 |
commit | ff39e4b9b57cd27df5b71896ea8d982696b72cb4 (patch) | |
tree | 278b797cc7a60791192a3526aaa9f1db3b484488 /usr.sbin/rtadvd/if.h | |
parent | 62a407e823464c1189b3a2ee7beec60953294a1e (diff) |
do not intsall rtadvd.conf into /etc, it is not required to use it
(rtadvd will derive the configuration from kernel settings).
make it clearer that rtadvd.conf is not necessary, in manpage.
sync with kame.
Diffstat (limited to 'usr.sbin/rtadvd/if.h')
-rw-r--r-- | usr.sbin/rtadvd/if.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/rtadvd/if.h b/usr.sbin/rtadvd/if.h index 07642c0deee..9112cc8ef75 100644 --- a/usr.sbin/rtadvd/if.h +++ b/usr.sbin/rtadvd/if.h @@ -1,5 +1,5 @@ -/* $OpenBSD: if.h,v 1.5 2001/01/15 11:06:26 itojun Exp $ */ -/* $KAME: if.h,v 1.4 2000/09/06 20:06:30 itojun Exp $ */ +/* $OpenBSD: if.h,v 1.6 2001/01/21 15:11:18 itojun Exp $ */ +/* $KAME: if.h,v 1.5 2001/01/19 03:07:18 itojun Exp $ */ /* * Copyright (C) 1995, 1996, 1997, 1998, and 1999 WIDE Project. @@ -43,7 +43,6 @@ int if_getflags __P((int ifindex, int oifflags)); int lladdropt_length __P((struct sockaddr_dl *sdl)); void lladdropt_fill __P((struct sockaddr_dl *sdl, struct nd_opt_hdr *ndopt)); int rtbuf_len __P((void)); -int get_rtinfo __P((char *buf, size_t *len)); char *get_next_msg __P((char *buf, char *lim, int ifindex, size_t *lenp, int filter)); struct in6_addr *get_addr __P((char *buf)); |