GSM: Define mncc_send() as it is no longer available from OpenBSC headers

This commit is contained in:
Harald Welte 2010-12-23 15:25:33 +01:00 committed by Andreas Eversberg
parent dd2ae2236f
commit 2f9f37a911
1 changed files with 3 additions and 0 deletions

3
gsm.h
View File

@ -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);
};