aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-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 4af3777..a8f9463 100644
--- a/include/mtp_data.h
+++ b/include/mtp_data.h
@@ -144,6 +144,7 @@ struct mtp_link {
void mtp_link_set_stop(struct mtp_link_set *set);
void mtp_link_set_reset(struct mtp_link_set *set);
int mtp_link_set_data(struct mtp_link *link, struct msgb *msg);
+int mtp_link_handle_data(struct mtp_link *link, struct msgb *msg);
int mtp_link_set_submit_sccp_data(struct mtp_link_set *set, int sls, const uint8_t *data, unsigned int length);
int mtp_link_set_submit_isup_data(struct mtp_link_set *set, int sls, const uint8_t *data, unsigned int length);