2007-01-10 20:38:20 +00:00
|
|
|
#ifndef _USR_ROUTE_H
|
|
|
|
|
#define _USR_ROUTE_H
|
|
|
|
|
|
|
|
|
|
/** @file
|
|
|
|
|
*
|
|
|
|
|
* Routing table management
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
|
2009-05-01 15:41:06 +01:00
|
|
|
FILE_LICENCE ( GPL2_OR_LATER );
|
|
|
|
|
|
2007-01-10 20:38:20 +00:00
|
|
|
extern void route ( void );
|
|
|
|
|
|
|
|
|
|
#endif /* _USR_ROUTE_H */
|