aboutsummaryrefslogtreecommitdiffstats
path: root/include/sctp_m2ua.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sctp_m2ua.h')
-rw-r--r--include/sctp_m2ua.h3
1 files changed, 2 insertions, 1 deletions
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