diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-07-07 00:18:31 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-07-07 00:18:31 +0000 |
commit | 168c320f58e48304c759b9c0281c932e338b87a0 (patch) | |
tree | 5a8d8e5e38b94bb27e710c5b5440f0cf7378cb7b /usr.sbin | |
parent | f3480b17e63ed47425ce592b05719e5226d4fb48 (diff) |
protos
Diffstat (limited to 'usr.sbin')
-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 *); |