summaryrefslogtreecommitdiff
path: root/release/src/router/busybox/networking/libiproute/rtm_map.h
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-01-03 13:58:15 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2015-01-03 13:58:15 +0100
commit4aca87515a5083ae0e31ce3177189fd43b6d05ac (patch)
tree7b1d9a31393ca090757dc6f0d3859b4fcd93f271 /release/src/router/busybox/networking/libiproute/rtm_map.h
parent008d0be72b2f160382c6e880765e96b64a050c65 (diff)
downloadtomato-4aca87515a5083ae0e31ce3177189fd43b6d05ac.tar.gz
tomato-4aca87515a5083ae0e31ce3177189fd43b6d05ac.tar.bz2
patch to Vanilla Tomato 1.28
Diffstat (limited to 'release/src/router/busybox/networking/libiproute/rtm_map.h')
-rw-r--r--release/src/router/busybox/networking/libiproute/rtm_map.h14
1 files changed, 9 insertions, 5 deletions
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