X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=net%2Ftipc%2Fname_distr.h;h=843da0172f4e9ec974cfb5ea48d5240ad0fe9131;hb=71eae25ece9ee6bc2fe9500c9c06bfbb46c55fb2;hp=a04bdeac84ea04a1b79b3333566594ecf78e609e;hpb=650eec5e04468d0611a60e6098464b7c43981552;p=linux-2.6-omap-h63xx.git diff --git a/net/tipc/name_distr.h b/net/tipc/name_distr.h index a04bdeac84e..843da0172f4 100644 --- a/net/tipc/name_distr.h +++ b/net/tipc/name_distr.h @@ -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