diff options
author | 2003-07-07 00:18:30 +0000 | |
---|---|---|
committer | 2003-07-07 00:18:30 +0000 | |
commit | fc2036e95ddfa692aafca1f05a01ade29ab3b1cc (patch) | |
tree | 40174fb16d0f8f18cf43ac2a3383b13271d8a350 | |
parent | protos (diff) | |
download | wireguard-openbsd-fc2036e95ddfa692aafca1f05a01ade29ab3b1cc.tar.xz wireguard-openbsd-fc2036e95ddfa692aafca1f05a01ade29ab3b1cc.zip |
protos
-rw-r--r-- | usr.sbin/rtsold/rtsold.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/rtsold/rtsold.c b/usr.sbin/rtsold/rtsold.c index 901d4132be2..7d7aaf11c81 100644 --- a/usr.sbin/rtsold/rtsold.c +++ b/usr.sbin/rtsold/rtsold.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rtsold.c,v 1.30 2003/06/25 21:10:33 deraadt Exp $ */ +/* $OpenBSD: rtsold.c,v 1.31 2003/07/07 00:18:30 deraadt Exp $ */ /* $KAME: rtsold.c,v 1.57 2002/09/20 21:59:55 itojun Exp $ */ /* @@ -95,6 +95,8 @@ static char *dumpfilename = "/var/run/rtsold.dump"; /* XXX: should be configurab #if 0 static int ifreconfig(char *); #endif +int ifconfig(char *ifname); +void iflist_init(void); static int make_packet(struct ifinfo *); static struct timeval *rtsol_check_timer(void); static void TIMEVAL_ADD(struct timeval *, struct timeval *, struct timeval *); |