aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-10-06 04:39:08 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-10-06 04:39:08 +0800
commit0f349f2c6df7c73653de8ef8b9082aab7a83c085 (patch)
treeca3c4282b188280c206a07f88b41c6b4094dd288 /include
parent377ba4293abaa4cc98b7bdee57e98528acbf023f (diff)
ussd: Add the hook where we can capture the Location Updating Request
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 57eb4d4..69ad93c 100644
--- a/include/bsc_ussd.h
+++ b/include/bsc_ussd.h
@@ -22,4 +22,6 @@
#ifndef bsc_ussd_h
#define bsc_ussd_h
+int bsc_ussd_handle_out_msg(struct bsc_data *bsc, struct sccp_parse_result *result, struct msgb *msg);
+
#endif