aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
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 1d93f20..c771c07 100644
--- a/include/mtp_data.h
+++ b/include/mtp_data.h
@@ -130,7 +130,7 @@ void mtp_link_unblock(struct mtp_link *link);
void mtp_link_set_init(void);
/* to be implemented for MSU sending */
-void mtp_link_set_submit(struct mtp_link *link, struct msgb *msg);
+void mtp_link_submit(struct mtp_link *link, struct msgb *msg);
void mtp_link_set_forward_sccp(struct mtp_link_set *link, struct msgb *msg, int sls);
void mtp_link_set_forward_isup(struct mtp_link_set *link, struct msgb *msg, int sls);
void mtp_link_restart(struct mtp_link *link);