diff options
author | Ondrej Filip <feela@network.cz> | 2004-06-04 19:28:41 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2004-06-04 19:28:41 +0200 |
commit | 27f49a2c3c2a86b4822ff1980d751666ed8cee97 (patch) | |
tree | b80e89fc5bdfa4f514c0c2607008f870ca1bebc0 /proto/ospf/lsreq.h | |
parent | 77539c4471d4b3f19347d2efc99680f815e1c78a (diff) | |
download | bird-27f49a2c3c2a86b4822ff1980d751666ed8cee97.tar bird-27f49a2c3c2a86b4822ff1980d751666ed8cee97.zip |
lsreq.c indented and small 'struct proto' changes.
Diffstat (limited to 'proto/ospf/lsreq.h')
-rw-r--r-- | proto/ospf/lsreq.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/proto/ospf/lsreq.h b/proto/ospf/lsreq.h index ab51c5c..90a4e82 100644 --- a/proto/ospf/lsreq.h +++ b/proto/ospf/lsreq.h @@ -1,7 +1,7 @@ /* * BIRD -- OSPF * - * (c) 2000 Ondrej Filip <feela@network.cz> + * (c) 2000--2004 Ondrej Filip <feela@network.cz> * * Can be freely distributed and used under the terms of the GNU GPL. * @@ -10,8 +10,8 @@ #ifndef _BIRD_OSPF_LSREQ_H_ #define _BIRD_OSPF_LSREQ_H_ -void ospf_lsreq_tx(struct ospf_neighbor *n); -void ospf_lsreq_rx(struct ospf_lsreq_packet *ps, struct proto *p, - struct ospf_iface *ifa, u16 size); +void ospf_lsreq_send(struct ospf_neighbor *n); +void ospf_lsreq_receive(struct ospf_lsreq_packet *ps, + struct ospf_iface *ifa, u16 size); #endif /* _BIRD_OSPF_LSREQ_H_ */ |