GSM: Define mncc_send() as it is no longer available from OpenBSC headers
authorHarald Welte <laforge@gnumonks.org>
Thu, 23 Dec 2010 14:25:33 +0000 (15:25 +0100)
committerAndreas Eversberg <jolly@eversberg.eu>
Sun, 20 Feb 2011 10:33:07 +0000 (11:33 +0100)
gsm.h

diff --git a/gsm.h b/gsm.h
index 875752e..5080a8a 100644 (file)
--- 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);
+};