From 4aca87515a5083ae0e31ce3177189fd43b6d05ac Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 3 Jan 2015 13:58:15 +0100 Subject: patch to Vanilla Tomato 1.28 --- release/src/router/busybox/networking/libiproute/rtm_map.h | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'release/src/router/busybox/networking/libiproute/rtm_map.h') diff --git a/release/src/router/busybox/networking/libiproute/rtm_map.h b/release/src/router/busybox/networking/libiproute/rtm_map.h index 70bda7d0..ab1b70e4 100644 --- a/release/src/router/busybox/networking/libiproute/rtm_map.h +++ b/release/src/router/busybox/networking/libiproute/rtm_map.h @@ -1,10 +1,14 @@ -#ifndef __RTM_MAP_H__ -#define __RTM_MAP_H__ 1 +/* vi: set sw=4 ts=4: */ +#ifndef RTM_MAP_H +#define RTM_MAP_H 1 -char *rtnl_rtntype_n2a(int id, char *buf, int len); +PUSH_AND_SET_FUNCTION_VISIBILITY_TO_HIDDEN + +const char *rtnl_rtntype_n2a(int id, char *buf, int len); int rtnl_rtntype_a2n(int *id, char *arg); -int get_rt_realms(__u32 *realms, char *arg); +int get_rt_realms(uint32_t *realms, char *arg); +POP_SAVED_FUNCTION_VISIBILITY -#endif /* __RTM_MAP_H__ */ +#endif -- cgit v1.2.3-54-g00ecf