*: make "pragma GCC visibility push(hidden)" less ugly
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
/* vi: set sw=4 ts=4: */
|
||||
#ifndef RT_NAMES_H_
|
||||
#define RT_NAMES_H_ 1
|
||||
#ifndef RT_NAMES_H
|
||||
#define RT_NAMES_H 1
|
||||
|
||||
#if __GNUC_PREREQ(4,1)
|
||||
# pragma GCC visibility push(hidden)
|
||||
#endif
|
||||
PUSH_AND_SET_FUNCTION_VISIBILITY_TO_HIDDEN
|
||||
|
||||
extern const char* rtnl_rtprot_n2a(int id, char *buf, int len);
|
||||
extern const char* rtnl_rtscope_n2a(int id, char *buf, int len);
|
||||
@@ -17,19 +15,15 @@ extern int rtnl_rtrealm_a2n(uint32_t *id, char *arg);
|
||||
extern int rtnl_dsfield_a2n(uint32_t *id, char *arg);
|
||||
extern int rtnl_rttable_a2n(uint32_t *id, char *arg);
|
||||
|
||||
|
||||
extern const char* ll_type_n2a(int type, char *buf, int len);
|
||||
|
||||
extern const char* ll_addr_n2a(unsigned char *addr, int alen, int type,
|
||||
char *buf, int blen);
|
||||
extern int ll_addr_a2n(unsigned char *lladdr, int len, char *arg);
|
||||
|
||||
|
||||
extern const char* ll_proto_n2a(unsigned short id, char *buf, int len);
|
||||
extern int ll_proto_a2n(unsigned short *id, char *buf);
|
||||
|
||||
#if __GNUC_PREREQ(4,1)
|
||||
# pragma GCC visibility pop
|
||||
#endif
|
||||
POP_SAVED_FUNCTION_VISIBILITY
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user