summaryrefslogtreecommitdiff
path: root/release/src/router/busybox/networking/libiproute/rtm_map.h
diff options
context:
space:
mode:
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