diff options
Diffstat (limited to 'net/tipc/net.h')
-rw-r--r-- | net/tipc/net.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/tipc/net.h b/net/tipc/net.h index 786c94007470..6e402d9b33e0 100644 --- a/net/tipc/net.h +++ b/net/tipc/net.h | |||
@@ -54,11 +54,7 @@ struct network { | |||
54 | extern struct network tipc_net; | 54 | extern struct network tipc_net; |
55 | extern rwlock_t tipc_net_lock; | 55 | extern rwlock_t tipc_net_lock; |
56 | 56 | ||
57 | void tipc_net_remove_as_router(u32 router); | ||
58 | void tipc_net_send_external_routes(u32 dest); | ||
59 | void tipc_net_route_msg(struct sk_buff *buf); | 57 | void tipc_net_route_msg(struct sk_buff *buf); |
60 | struct tipc_node *tipc_net_select_remote_node(u32 addr, u32 ref); | ||
61 | u32 tipc_net_select_router(u32 addr, u32 ref); | ||
62 | 58 | ||
63 | int tipc_net_start(u32 addr); | 59 | int tipc_net_start(u32 addr); |
64 | void tipc_net_stop(void); | 60 | void tipc_net_stop(void); |