diff options
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_ */ |