diff options
Diffstat (limited to 'net/tipc/subscr.h')
-rw-r--r-- | net/tipc/subscr.h | 3 |
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); | |||
78 | int tipc_topsrv_start(struct net *net); | 78 | int tipc_topsrv_start(struct net *net); |
79 | void tipc_topsrv_stop(struct net *net); | 79 | void tipc_topsrv_stop(struct net *net); |
80 | 80 | ||
81 | void tipc_subscrp_put(struct tipc_subscription *subscription); | ||
82 | void tipc_subscrp_get(struct tipc_subscription *subscription); | ||
83 | |||
81 | #endif | 84 | #endif |