summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ripd/interface.c
diff options
context:
space:
mode:
authorclaudio <claudio@openbsd.org>2007-10-24 19:50:33 +0000
committerclaudio <claudio@openbsd.org>2007-10-24 19:50:33 +0000
commitab1a60ad5ef459b93ab2ec38dd5a7ae4804c9213 (patch)
treec73b24081543a0e2328cdc868438fa9ddc3fdac8 /usr.sbin/ripd/interface.c
parentSync a bit more with ospfd. Do not fatal if one of the pipes is closed, (diff)
downloadwireguard-openbsd-ab1a60ad5ef459b93ab2ec38dd5a7ae4804c9213.tar.xz
wireguard-openbsd-ab1a60ad5ef459b93ab2ec38dd5a7ae4804c9213.zip
Garbage collect unused stuff found by lint.
Diffstat (limited to 'usr.sbin/ripd/interface.c')
-rw-r--r--usr.sbin/ripd/interface.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/ripd/interface.c b/usr.sbin/ripd/interface.c
index 4605f911d95..dd2a242e6e1 100644
--- a/usr.sbin/ripd/interface.c
+++ b/usr.sbin/ripd/interface.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: interface.c,v 1.4 2007/10/18 17:00:59 deraadt Exp $ */
+/* $OpenBSD: interface.c,v 1.5 2007/10/24 19:50:33 claudio Exp $ */
/*
* Copyright (c) 2006 Michele Marchetto <mydecay@openbeer.it>
@@ -44,7 +44,6 @@ extern struct ripd_conf *conf;
int if_act_start(struct iface *);
int if_act_reset(struct iface *);
-void if_keepalive_timer(int, short, void *);
struct {
int state;