diff options
Diffstat (limited to 'net/tipc/netlink.h')
-rw-r--r-- | net/tipc/netlink.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/net/tipc/netlink.h b/net/tipc/netlink.h index 1425c6869de0..08a1db67b927 100644 --- a/net/tipc/netlink.h +++ b/net/tipc/netlink.h | |||
@@ -36,7 +36,7 @@ | |||
36 | #ifndef _TIPC_NETLINK_H | 36 | #ifndef _TIPC_NETLINK_H |
37 | #define _TIPC_NETLINK_H | 37 | #define _TIPC_NETLINK_H |
38 | 38 | ||
39 | extern struct genl_family tipc_genl_v2_family; | 39 | extern struct genl_family tipc_genl_family; |
40 | int tipc_nlmsg_parse(const struct nlmsghdr *nlh, struct nlattr ***buf); | 40 | int tipc_nlmsg_parse(const struct nlmsghdr *nlh, struct nlattr ***buf); |
41 | 41 | ||
42 | struct tipc_nl_msg { | 42 | struct tipc_nl_msg { |
@@ -45,4 +45,9 @@ struct tipc_nl_msg { | |||
45 | u32 seq; | 45 | u32 seq; |
46 | }; | 46 | }; |
47 | 47 | ||
48 | int tipc_netlink_start(void); | ||
49 | int tipc_netlink_compat_start(void); | ||
50 | void tipc_netlink_stop(void); | ||
51 | void tipc_netlink_compat_stop(void); | ||
52 | |||
48 | #endif | 53 | #endif |