diff options
Diffstat (limited to 'proto/ospf/lsreq.h')
-rw-r--r-- | proto/ospf/lsreq.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/proto/ospf/lsreq.h b/proto/ospf/lsreq.h index 46d5b928..ab51c5c0 100644 --- a/proto/ospf/lsreq.h +++ b/proto/ospf/lsreq.h @@ -11,7 +11,6 @@ #define _BIRD_OSPF_LSREQ_H_ void ospf_lsreq_tx(struct ospf_neighbor *n); -void lsrr_timer_hook(timer *timer); void ospf_lsreq_rx(struct ospf_lsreq_packet *ps, struct proto *p, struct ospf_iface *ifa, u16 size); |