[TIPC] Avoid polluting the global namespace
This patch adds a tipc_ prefix to all externally visible symbols. Signed-off-by: Per Liden <per.liden@ericsson.com>
This commit is contained in:
@@ -39,10 +39,10 @@
|
||||
|
||||
#include "name_table.h"
|
||||
|
||||
void named_publish(struct publication *publ);
|
||||
void named_withdraw(struct publication *publ);
|
||||
void named_node_up(unsigned long node);
|
||||
void named_recv(struct sk_buff *buf);
|
||||
void named_reinit(void);
|
||||
void tipc_named_publish(struct publication *publ);
|
||||
void tipc_named_withdraw(struct publication *publ);
|
||||
void tipc_named_node_up(unsigned long node);
|
||||
void tipc_named_recv(struct sk_buff *buf);
|
||||
void tipc_named_reinit(void);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user