diff options
author | Ondrej Filip <feela@network.cz> | 2004-06-04 14:53:10 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2004-06-04 14:53:10 +0200 |
commit | 39e517d47c6070dd81bb7d6f57358ea98e462f03 (patch) | |
tree | 9bec961ab5750cec7941da8f9187876014f805b5 /proto/ospf/lsreq.h | |
parent | 591656cdd5b13a4626dfb26e45dd02690cdb450c (diff) | |
download | bird-39e517d47c6070dd81bb7d6f57358ea98e462f03.tar bird-39e517d47c6070dd81bb7d6f57358ea98e462f03.zip |
hello.c and hello.h cleaned up. No design changes.
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 46d5b92..ab51c5c 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); |