X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=net%2Ftipc%2Fnet.h;h=de2b9ad8f646098921f54613ea7cfe11d2f6e144;hb=3d73e89328f124cf1f56fa13124a420010b7f5e7;hp=d154ac2bda9a174ab3114dc3b86e0783511daf8c;hpb=d13ff0559fea73f237a01669887d2c10e11d7662;p=linux-2.6-omap-h63xx.git diff --git a/net/tipc/net.h b/net/tipc/net.h index d154ac2bda9..de2b9ad8f64 100644 --- a/net/tipc/net.h +++ b/net/tipc/net.h @@ -55,7 +55,7 @@ extern rwlock_t tipc_net_lock; void tipc_net_remove_as_router(u32 router); void tipc_net_send_external_routes(u32 dest); void tipc_net_route_msg(struct sk_buff *buf); -struct node *tipc_net_select_remote_node(u32 addr, u32 ref); +struct tipc_node *tipc_net_select_remote_node(u32 addr, u32 ref); u32 tipc_net_select_router(u32 addr, u32 ref); int tipc_net_start(u32 addr);