diff options
author | Ondrej Filip <feela@network.cz> | 2000-05-10 14:37:43 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-05-10 14:37:43 +0200 |
commit | c7e46aae66861ce282e9b1a0140fa422763094ce (patch) | |
tree | 2719cf1b4edaae8a3465f1d278a8dd0ffbd4c715 /proto/ospf/hello.h | |
parent | 7f5f44bb9248f05f397617f3874feef26bbb0b0b (diff) | |
download | bird-c7e46aae66861ce282e9b1a0140fa422763094ce.tar bird-c7e46aae66861ce282e9b1a0140fa422763094ce.zip |
Destroying of neighbor moved from 'hello' to 'neighbor' and
improved.
Diffstat (limited to 'proto/ospf/hello.h')
-rw-r--r-- | proto/ospf/hello.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/proto/ospf/hello.h b/proto/ospf/hello.h index f40ea01..4369b60 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_ */ |