source: MondoRescue/branches/stable/mindi-busybox/networking/libiproute/rtm_map.h@ 821

Last change on this file since 821 was 821, checked in by Bruno Cornec, 18 years ago

Addition of busybox 1.2.1 as a mindi-busybox new package
This should avoid delivering binary files in mindi not built there (Fedora and Debian are quite serious about that)

File size: 216 bytes
Line 
1#ifndef __RTM_MAP_H__
2#define __RTM_MAP_H__ 1
3
4char *rtnl_rtntype_n2a(int id, char *buf, int len);
5int rtnl_rtntype_a2n(int *id, char *arg);
6
7int get_rt_realms(__u32 *realms, char *arg);
8
9
10#endif /* __RTM_MAP_H__ */
Note: See TracBrowser for help on using the repository browser.