summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte2010-12-23 15:25:33 +0100
committerAndreas Eversberg2011-02-20 11:33:07 +0100
commit2f9f37a9110e3c8fe7a317894c8aec5ed602b39c (patch)
tree43c64e6bfab3d528e3a47999c5c3f3050ec10500
parentmncc_sock: properly append an element to the end of the list (diff)
downloadlcr-2f9f37a9110e3c8fe7a317894c8aec5ed602b39c.tar.gz
lcr-2f9f37a9110e3c8fe7a317894c8aec5ed602b39c.tar.xz
lcr-2f9f37a9110e3c8fe7a317894c8aec5ed602b39c.zip
GSM: Define mncc_send() as it is no longer available from OpenBSC headers
-rw-r--r--gsm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gsm.h b/gsm.h
index 875752e..5080a8a 100644
--- a/gsm.h
+++ b/gsm.h
@@ -85,3 +85,6 @@ int gsm_conf(struct gsm_conf *gsm_conf, char *conf_error);
int gsm_exit(int rc);
int gsm_init(void);
+extern "C" {
+int mncc_send(struct gsm_network *instance, int msg_type, void *data);
+};