aboutsummaryrefslogtreecommitdiffstats
path: root/include/bsc_ussd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/bsc_ussd.h')
-rw-r--r--include/bsc_ussd.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/bsc_ussd.h b/include/bsc_ussd.h
index 988b7ab..23ec40f 100644
--- a/include/bsc_ussd.h
+++ b/include/bsc_ussd.h
@@ -21,10 +21,10 @@
#ifndef bsc_ussd_h
#define bsc_ussd_h
-struct bsc_msc_forward;
+struct msc_connection;
-int bsc_ussd_handle_out_msg(struct bsc_msc_forward *, struct sccp_parse_result *result, struct msgb *msg);
+int bsc_ussd_handle_out_msg(struct msc_connection *, struct sccp_parse_result *result, struct msgb *msg);
-int bsc_ussd_handle_in_msg(struct bsc_msc_forward *, struct sccp_parse_result *res, struct msgb *msg);
+int bsc_ussd_handle_in_msg(struct msc_connection *, struct sccp_parse_result *res, struct msgb *msg);
#endif