| 
									
										
										
										
											2000-03-30 00:18:59 +00:00
										 |  |  | /*
 | 
					
						
							|  |  |  |  *      BIRD -- OSPF | 
					
						
							|  |  |  |  * | 
					
						
							| 
									
										
										
										
											2004-06-04 17:28:41 +00:00
										 |  |  |  *      (c) 2000--2004 Ondrej Filip <feela@network.cz> | 
					
						
							| 
									
										
										
										
											2000-03-30 00:18:59 +00:00
										 |  |  |  * | 
					
						
							|  |  |  |  *      Can be freely distributed and used under the terms of the GNU GPL. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #ifndef _BIRD_OSPF_LSREQ_H_
 | 
					
						
							|  |  |  | #define _BIRD_OSPF_LSREQ_H_
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2004-06-04 17:28:41 +00:00
										 |  |  | void ospf_lsreq_send(struct ospf_neighbor *n); | 
					
						
							|  |  |  | void ospf_lsreq_receive(struct ospf_lsreq_packet *ps, | 
					
						
							| 
									
										
										
										
											2004-06-06 19:53:52 +00:00
										 |  |  | 			struct ospf_iface *ifa, struct ospf_neighbor *n); | 
					
						
							| 
									
										
										
										
											2000-03-30 00:18:59 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | #endif /* _BIRD_OSPF_LSREQ_H_ */
 |