X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=net%2Ftipc%2Fnet.h;h=c6c2b46f7c283095c4e29c7e0b11c5cdea2bcc01;hb=9a630d15f16dbe4fec7ef5a4bc570cd46774a968;hp=079daadb3f7286471cd5146798f6b06328bf99ad;hpb=68fe0f0a6dcd2ac1ace5da3647a6d1cf0f4d2fea;p=cascardo%2Flinux.git diff --git a/net/tipc/net.h b/net/tipc/net.h index 079daadb3f72..c6c2b46f7c28 100644 --- a/net/tipc/net.h +++ b/net/tipc/net.h @@ -37,11 +37,9 @@ #ifndef _TIPC_NET_H #define _TIPC_NET_H -extern rwlock_t tipc_net_lock; - void tipc_net_route_msg(struct sk_buff *buf); -void tipc_net_start(u32 addr); +int tipc_net_start(u32 addr); void tipc_net_stop(void); #endif