X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=gsm.h;h=4959e00948855cf8533427e4b69ab8e39dcc7d82;hp=6c09fa83cf17cfbd71eeeb780650c575ed193f86;hb=2732c3ce40d8e0b3875b5a0c933c98f27c8cbae9;hpb=c4fcb0668c607cb0135444274ff62572cf6111c4 diff --git a/gsm.h b/gsm.h index 6c09fa8..4959e00 100644 --- a/gsm.h +++ b/gsm.h @@ -76,8 +76,7 @@ class Pgsm : public PmISDN int message_epoint(unsigned int epoint_id, int message_id, union parameter *param); }; -extern char *gsm_conf_error; -int gsm_conf(struct gsm_conf *gsm_conf); +int gsm_conf(struct gsm_conf *gsm_conf, char *conf_error); int handle_gsm(void); int gsm_exit(int rc); int gsm_init(void);