diff options
Diffstat (limited to 'net/tipc/net.h')
-rw-r--r-- | net/tipc/net.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/net.h b/net/tipc/net.h index 9eb4b9e220eb..079daadb3f72 100644 --- a/net/tipc/net.h +++ b/net/tipc/net.h | |||
@@ -41,7 +41,7 @@ extern rwlock_t tipc_net_lock; | |||
41 | 41 | ||
42 | void tipc_net_route_msg(struct sk_buff *buf); | 42 | void tipc_net_route_msg(struct sk_buff *buf); |
43 | 43 | ||
44 | int tipc_net_start(u32 addr); | 44 | void tipc_net_start(u32 addr); |
45 | void tipc_net_stop(void); | 45 | void tipc_net_stop(void); |
46 | 46 | ||
47 | #endif | 47 | #endif |