aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/mtp_data.h1
-rw-r--r--include/sctp_m2ua.h3
2 files changed, 2 insertions, 2 deletions
diff --git a/include/mtp_data.h b/include/mtp_data.h
index 7af263f..142c869 100644
--- a/include/mtp_data.h
+++ b/include/mtp_data.h
@@ -75,7 +75,6 @@ struct mtp_link_set {
struct rate_ctr_group *ctrg;
/* custom data */
- struct bsc_data *bsc;
struct ss7_application *app;
};
diff --git a/include/sctp_m2ua.h b/include/sctp_m2ua.h
index dcb6269..1c001cd 100644
--- a/include/sctp_m2ua.h
+++ b/include/sctp_m2ua.h
@@ -64,6 +64,7 @@ struct sctp_m2ua_conn {
};
struct sctp_m2ua_transport *sctp_m2ua_transp_create(const char *ip, int port);
-struct mtp_m2ua_link *mtp_m2ua_link_create(struct mtp_link_set *);
+struct mtp_m2ua_link *mtp_m2ua_link_create(struct sctp_m2ua_transport *transport,
+ struct mtp_link_set *);
#endif