[gsm] Make LCR work with current Osmocom-BB.
[lcr.git] / gsm.h
diff --git a/gsm.h b/gsm.h
index 4bfad78..c12baa0 100644 (file)
--- a/gsm.h
+++ b/gsm.h
@@ -75,6 +75,3 @@ 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);
-};