summaryrefslogtreecommitdiffstats
path: root/gsm_ms.h
diff options
context:
space:
mode:
authorAndreas Eversberg2011-02-26 17:49:21 +0100
committerAndreas Eversberg2011-02-26 17:49:21 +0100
commit34598a346419f0e661526e6208dade4aff570008 (patch)
tree182a626ad5834ae5f4f8315a4732d3cc6a0c504e /gsm_ms.h
parent[mail] Prevent bustling error message when sending mail without attachment (diff)
downloadlcr-34598a346419f0e661526e6208dade4aff570008.tar.gz
lcr-34598a346419f0e661526e6208dade4aff570008.tar.xz
lcr-34598a346419f0e661526e6208dade4aff570008.zip
[gsm] Make LCR work with current Osmocom-BB.
Osmocom-BB is still developed, and this only works with the jolly/voice branch. Audio is not yet transmitted, so it is not quite usefull yet.
Diffstat (limited to 'gsm_ms.h')
-rw-r--r--gsm_ms.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gsm_ms.h b/gsm_ms.h
index 3e9794f..822f0a6 100644
--- a/gsm_ms.h
+++ b/gsm_ms.h
@@ -23,10 +23,10 @@ class Pgsm_ms : public Pgsm
int message_epoint(unsigned int epoint_id, int message_id, union parameter *param);
};
-int handle_gsm_ms(void);
+int handle_gsm_ms(int *quit);
int gsm_ms_conf(struct gsm_conf *gsm_conf, char *conf_error);
int gsm_ms_exit(int rc);
int gsm_ms_init(void);
-int gsm_ms_new(const char *name, const char *socket_path);
+int gsm_ms_new(const char *name);
int gsm_ms_delete(const char *name);