aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/ussd.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-06-17 17:35:57 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-06-17 17:35:57 +0800
commitd42c3f25a683ab64b957b713ad930244a04b372c (patch)
treeb31fdf358f55c1b18be24d40010460f69ed0df21 /openbsc/include/openbsc/ussd.h
parent3f122bed1e3b4b8da367751468eed5e48126c8da (diff)
bsc_api: Remove the lchan from the USSD code...
Diffstat (limited to 'openbsc/include/openbsc/ussd.h')
-rw-r--r--openbsc/include/openbsc/ussd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/ussd.h b/openbsc/include/openbsc/ussd.h
index 63ea31c5e..6f80d23d8 100644
--- a/openbsc/include/openbsc/ussd.h
+++ b/openbsc/include/openbsc/ussd.h
@@ -5,6 +5,6 @@
#include <osmocore/msgb.h>
-int handle_rcv_ussd(struct msgb *msg);
+int handle_rcv_ussd(struct gsm_subscriber_connection *conn, struct msgb *msg);
#endif