X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=gsm.h;h=4959e00948855cf8533427e4b69ab8e39dcc7d82;hp=6c09fa83cf17cfbd71eeeb780650c575ed193f86;hb=be404a4926ba076c5e2019b88e790e3f14ff11ff;hpb=b0bd74e35e935aa976b68c594def4e8d2c22ef95 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);