aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-01-18 13:29:42 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-01-20 11:37:50 +0100
commitbee2ed18c7fd1d8316a17a0ff3ba97f7b518c00e (patch)
tree2b10e515a533af24435e6b80ed17c6b0e27dd46d /include
parent84899a484c1a38bd487435160e1eaf9619c08b0d (diff)
mtp: Make the input path work on a specific link of the linkset
Diffstat (limited to 'include')
-rw-r--r--include/mtp_data.h2
1 files changed, 1 insertions, 1 deletions
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);