#ifndef _USR_ROUTE_H #define _USR_ROUTE_H /** @file * * Routing table management * */ extern void route ( void ); #endif /* _USR_ROUTE_H */