From bee2ed18c7fd1d8316a17a0ff3ba97f7b518c00e Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 18 Jan 2011 13:29:42 +0100 Subject: mtp: Make the input path work on a specific link of the linkset --- include/mtp_data.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/mtp_data.h') diff --git a/include/mtp_data.h b/include/mtp_data.h index 95d54bd..b144ba5 100644 --- a/include/mtp_data.h +++ b/include/mtp_data.h @@ -101,7 +101,7 @@ struct mtp_link { struct mtp_link_set *mtp_link_set_alloc(void); void mtp_link_set_stop(struct mtp_link_set *link); void mtp_link_set_reset(struct mtp_link_set *link); -int mtp_link_set_data(struct mtp_link_set *link, struct msgb *msg); +int mtp_link_set_data(struct mtp_link *link, struct msgb *msg); int mtp_link_set_submit_sccp_data(struct mtp_link_set *link, int sls, const uint8_t *data, unsigned int length); int mtp_link_set_submit_isup_data(struct mtp_link_set *link, int sls, const uint8_t *data, unsigned int length); -- cgit v1.2.3