aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/bsc_ussd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/bsc_ussd.h b/include/bsc_ussd.h
index 69ad93c..5484efa 100644
--- a/include/bsc_ussd.h
+++ b/include/bsc_ussd.h
@@ -24,4 +24,6 @@
int bsc_ussd_handle_out_msg(struct bsc_data *bsc, struct sccp_parse_result *result, struct msgb *msg);
+int bsc_ussd_handle_in_msg(struct mtp_link *link, struct sccp_parse_result *res, struct msgb *msg);
+
#endif