* to the project. For more information see the website or contact
* the copyright holders.
*
- * $Id: routing_table.h,v 1.11 2004/11/21 11:28:56 kattemat Exp $
+ * $Id: routing_table.h,v 1.12 2005/01/22 12:25:25 tlopatic Exp $
*/
#ifndef _OLSR_ROUTING_TABLE
struct rt_entry *
olsr_insert_routing_table(union olsr_ip_addr *, union olsr_ip_addr *, int);
+struct rt_entry *
+olsr_lookup_routing_table(union olsr_ip_addr *);
+
void
olsr_free_routing_table(struct rt_entry *);