aboutsummaryrefslogtreecommitdiffstats
path: root/include/mtp_data.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-02-15 11:24:05 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-02-17 19:34:27 +0100
commit694337f8939aadeff60d931f827184f6c37f1926 (patch)
tree24dcb1af005b91268cebfe606d3bb051811ccf95 /include/mtp_data.h
parent599c9a4b9aa3faa0b9c05dfcf6057ad9ccd4dfa6 (diff)
mtp: Allow to find a linkset by number
Diffstat (limited to 'include/mtp_data.h')
-rw-r--r--include/mtp_data.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mtp_data.h b/include/mtp_data.h
index 3330de6..d054de8 100644
--- a/include/mtp_data.h
+++ b/include/mtp_data.h
@@ -158,5 +158,6 @@ struct msgb *mtp_msg_alloc(struct mtp_link_set *link);
/* link management */
struct mtp_link_set *mtp_link_set_alloc(struct bsc_data *bsc);
+struct mtp_link_set *mtp_link_set_num(struct bsc_data *bsc, int num);
#endif