aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/mtp_data.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/mtp_data.h b/include/mtp_data.h
index e98d073..ba7695a 100644
--- a/include/mtp_data.h
+++ b/include/mtp_data.h
@@ -50,7 +50,6 @@ struct mtp_link {
uint8_t test_ptrn[14];
int sltm_pending;
- struct llist_head pending_msgs;
int sltm_once;
int was_up;
@@ -81,7 +80,6 @@ void mtp_link_init(void);
void mtp_link_submit(struct mtp_link *link, struct msgb *msg);
void mtp_link_forward_sccp(struct mtp_link *link, struct msgb *msg, int sls);
void mtp_link_restart(struct mtp_link *link);
-void mtp_link_slta_recv(struct mtp_link *link);
void mtp_link_sccp_down(struct mtp_link *link);
#endif