bird/proto/ospf/lsreq.h

18 lines
409 B
C
Raw Normal View History

2000-03-30 08:18:59 +08:00
/*
* BIRD -- OSPF
*
* (c) 2000--2004 Ondrej Filip <feela@network.cz>
2000-03-30 08:18:59 +08:00
*
* Can be freely distributed and used under the terms of the GNU GPL.
*
*/
#ifndef _BIRD_OSPF_LSREQ_H_
#define _BIRD_OSPF_LSREQ_H_
void ospf_lsreq_send(struct ospf_neighbor *n);
2009-08-21 15:27:52 +08:00
void ospf_lsreq_receive(struct ospf_packet *ps_i, struct ospf_iface *ifa,
struct ospf_neighbor *n);
2000-03-30 08:18:59 +08:00
#endif /* _BIRD_OSPF_LSREQ_H_ */