summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);
+};