From 9831e5916f6956377739f948869d377b091f5c92 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 5 Jun 2004 09:58:23 +0000 Subject: Staticized lots of local functions. --- proto/ospf/neighbor.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'proto/ospf/neighbor.c') diff --git a/proto/ospf/neighbor.c b/proto/ospf/neighbor.c index 1ccc276..3337aab 100644 --- a/proto/ospf/neighbor.c +++ b/proto/ospf/neighbor.c @@ -210,7 +210,7 @@ electdr(list nl) return(n); } -int +static int can_do_adj(struct ospf_neighbor *n) { struct ospf_iface *ifa; @@ -569,7 +569,6 @@ void rxmt_timer_hook(timer *timer) { struct ospf_neighbor *n = (struct ospf_neighbor *)timer->data; - struct ospf_iface *ifa = n->ifa; struct top_hash_entry *en; DBG("%s: RXMT timer fired on interface %s for neigh: %I.\n", -- cgit v1.2.3