diff options
| author | 2008-03-06 15:06:06 -0800 | |
|---|---|---|
| committer | 2008-03-06 15:06:06 -0800 | |
| commit | 0e0609bbd2ab39a5964a70b409a5567ebbaf3700 (patch) | |
| tree | fe73762d2bd338404e63511b383a49e5b2bd4113 /net/tipc/core.h | |
| parent | [TIPC]: Add argument validation for shutdown() (diff) | |
| download | wireguard-linux-0e0609bbd2ab39a5964a70b409a5567ebbaf3700.tar.xz wireguard-linux-0e0609bbd2ab39a5964a70b409a5567ebbaf3700.zip | |
[TIPC]: Eliminate "sparse" symbol warnings
This patch eliminates warnings about undeclared symbols.
Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/tipc/core.h')
| -rw-r--r-- | net/tipc/core.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/net/tipc/core.h b/net/tipc/core.h index feabca580820..3fe9b70331d9 100644 --- a/net/tipc/core.h +++ b/net/tipc/core.h @@ -180,6 +180,12 @@ extern int tipc_core_start(void); extern void tipc_core_stop(void); extern int tipc_core_start_net(void); extern void tipc_core_stop_net(void); +extern int tipc_handler_start(void); +extern void tipc_handler_stop(void); +extern int tipc_netlink_start(void); +extern void tipc_netlink_stop(void); +extern int tipc_socket_init(void); +extern void tipc_socket_stop(void); static inline int delimit(int val, int min, int max) { |
