[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>
Tento commit je obsažen v:
Per Liden
2006-01-18 00:38:21 +01:00
rodič 1e63e681e0
revize 4323add677
44 změnil soubory, kde provedl 1654 přidání a 1673 odebrání

Zobrazit soubor

@@ -39,10 +39,10 @@
#include "port.h"
int reg_start(void);
void reg_stop(void);
int tipc_reg_start(void);
void tipc_reg_stop(void);
int reg_add_port(struct user_port *up_ptr);
int reg_remove_port(struct user_port *up_ptr);
int tipc_reg_add_port(struct user_port *up_ptr);
int tipc_reg_remove_port(struct user_port *up_ptr);
#endif