aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/ussd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/openbsc/ussd.h')
-rw-r--r--include/openbsc/ussd.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/openbsc/ussd.h b/include/openbsc/ussd.h
deleted file mode 100644
index 266546811..000000000
--- a/include/openbsc/ussd.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef _USSD_H
-#define _USSD_H
-
-/* Handler function for mobile-originated USSD messages */
-
-#include <osmocom/core/msgb.h>
-
-int handle_rcv_ussd(struct gsm_subscriber_connection *conn, struct msgb *msg);
-
-#endif