summaryrefslogtreecommitdiff
path: root/proto/ospf/hello.h
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-05-10 12:37:43 +0000
committerOndrej Filip <feela@network.cz>2000-05-10 12:37:43 +0000
commitc7e46aae66861ce282e9b1a0140fa422763094ce (patch)
tree2719cf1b4edaae8a3465f1d278a8dd0ffbd4c715 /proto/ospf/hello.h
parent7f5f44bb9248f05f397617f3874feef26bbb0b0b (diff)
Destroying of neighbor moved from 'hello' to 'neighbor' and
improved.
Diffstat (limited to 'proto/ospf/hello.h')
-rw-r--r--proto/ospf/hello.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/proto/ospf/hello.h b/proto/ospf/hello.h
index f40ea018..4369b607 100644
--- a/proto/ospf/hello.h
+++ b/proto/ospf/hello.h
@@ -18,6 +18,5 @@ void ospf_hello_rx(struct ospf_hello_packet *ps, struct proto *p,
struct ospf_iface *ifa, int size, ip_addr faddr);
void hello_timer_hook(timer *timer);
void wait_timer_hook(timer *timer);
-void neighbor_timer_hook(timer *timer);
#endif /* _BIRD_OSPF_HELLO_H_ */