aboutsummaryrefslogtreecommitdiffstats
path: root/include/isup_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/isup_types.h')
-rw-r--r--include/isup_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/isup_types.h b/include/isup_types.h
index be7964d..5347cb4 100644
--- a/include/isup_types.h
+++ b/include/isup_types.h
@@ -25,7 +25,7 @@
#include <endian.h>
struct msgb;
-struct mtp_link;
+struct mtp_link_set;
/* This is from Table 4/Q.763 */
#define ISUP_MSG_GRS 0x17
@@ -47,7 +47,7 @@ struct isup_msg_grs {
uint8_t pointer_int;
};
-int mtp_link_forward_isup(struct mtp_link *link, struct msgb *msg, int sls);
+int mtp_link_set_forward_isup(struct mtp_link_set *link, struct msgb *msg, int sls);
int isup_parse_grs(const uint8_t *data, uint8_t length);