"Robert P. J. Day" | 63fc1a9 | 2006-07-02 19:47:05 +0000 | [diff] [blame] | 1 | /* vi: set sw=4 ts=4: */ |
Glenn L McGrath | 9a2d272 | 2002-11-10 01:33:55 +0000 | [diff] [blame] | 2 | #ifndef __RTM_MAP_H__ |
3 | #define __RTM_MAP_H__ 1 | ||||
4 | |||||
5 | char *rtnl_rtntype_n2a(int id, char *buf, int len); | ||||
6 | int rtnl_rtntype_a2n(int *id, char *arg); | ||||
7 | |||||
8 | int get_rt_realms(__u32 *realms, char *arg); | ||||
9 | |||||
10 | |||||
11 | #endif /* __RTM_MAP_H__ */ |