1/* vi: set sw=4 ts=4: */
2#ifndef __RTM_MAP_H__
3#define __RTM_MAP_H__ 1
4
5const char *rtnl_rtntype_n2a(int id, char *buf, int len);
6int rtnl_rtntype_a2n(int *id, char *arg);
7
8int get_rt_realms(uint32_t *realms, char *arg);
9
10
11#endif /* __RTM_MAP_H__ */
12