aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/subscr.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/tipc/subscr.h')
-rw-r--r--net/tipc/subscr.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/tipc/subscr.h b/net/tipc/subscr.h
index ffdc214c117a..ee52957dc952 100644
--- a/net/tipc/subscr.h
+++ b/net/tipc/subscr.h
@@ -78,4 +78,7 @@ u32 tipc_subscrp_convert_seq_type(u32 type, int swap);
78int tipc_topsrv_start(struct net *net); 78int tipc_topsrv_start(struct net *net);
79void tipc_topsrv_stop(struct net *net); 79void tipc_topsrv_stop(struct net *net);
80 80
81void tipc_subscrp_put(struct tipc_subscription *subscription);
82void tipc_subscrp_get(struct tipc_subscription *subscription);
83
81#endif 84#endif