summaryrefslogtreecommitdiffstats
path: root/gsm_ms.h
diff options
context:
space:
mode:
authorAndreas Eversberg2011-07-14 14:25:42 +0200
committerAndreas Eversberg2011-07-14 14:25:42 +0200
commitda91d7d85fe092122e35ece52695f98345738359 (patch)
treea06ffff8291b8f61441ef75b28a4184824806af5 /gsm_ms.h
parent[GSM_BS] Added DTMF support. (diff)
parent[GSM] Replaced strcpy by required macro name. (diff)
downloadlcr-da91d7d85fe092122e35ece52695f98345738359.tar.gz
lcr-da91d7d85fe092122e35ece52695f98345738359.tar.xz
lcr-da91d7d85fe092122e35ece52695f98345738359.zip
Merge branch 'develop'
Conflicts: Makefile.in README chan_lcr.c configure gsm_bs.cpp gsm_ms.cpp interface.c route.c
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);