X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=net%2Ftipc%2Fname_distr.h;h=1e41bdd4f2553a13a8a8f6ebeb75604ab9997fdb;hb=bbda14dfba26bd4ca5dc74f672518bc42120d765;hp=a04bdeac84ea04a1b79b3333566594ecf78e609e;hpb=d65177c1ae7f085723154105c5dc8d9e16ae8265;p=linux-2.6-omap-h63xx.git diff --git a/net/tipc/name_distr.h b/net/tipc/name_distr.h index a04bdeac84e..1e41bdd4f25 100644 --- a/net/tipc/name_distr.h +++ b/net/tipc/name_distr.h @@ -1,6 +1,6 @@ /* * net/tipc/name_distr.h: Include file for TIPC name distribution code - * + * * Copyright (c) 2000-2006, Ericsson AB * Copyright (c) 2005, Wind River Systems * All rights reserved. @@ -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