]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/tipc/name_distr.h
[PATCH] zd1211rw: Pass more management frame types up to host
[linux-2.6-omap-h63xx.git] / net / tipc / name_distr.h
index a04bdeac84ea04a1b79b3333566594ecf78e609e..843da0172f4e9ec974cfb5ea48d5240ad0fe9131 100644 (file)
 
 #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