2006-07-02 19:47:05 +00:00
|
|
|
/* vi: set sw=4 ts=4: */
|
2002-11-10 01:33:55 +00:00
|
|
|
#ifndef __RTM_MAP_H__
|
|
|
|
#define __RTM_MAP_H__ 1
|
|
|
|
|
|
|
|
char *rtnl_rtntype_n2a(int id, char *buf, int len);
|
|
|
|
int rtnl_rtntype_a2n(int *id, char *arg);
|
|
|
|
|
2006-12-31 18:57:37 +00:00
|
|
|
int get_rt_realms(uint32_t *realms, char *arg);
|
2002-11-10 01:33:55 +00:00
|
|
|
|
|
|
|
|
|
|
|
#endif /* __RTM_MAP_H__ */
|