summaryrefslogtreecommitdiffstats
path: root/options.h
diff options
context:
space:
mode:
authorAndreas Eversberg2010-03-17 08:31:07 +0100
committerAndreas Eversberg2010-03-17 08:31:07 +0100
commit2732c3ce40d8e0b3875b5a0c933c98f27c8cbae9 (patch)
tree8d16fbc8e905e8adfe6129a52bdb511abc031f2e /options.h
parentFixed includes to latest mISDNuser structures. (diff)
downloadlcr-2732c3ce40d8e0b3875b5a0c933c98f27c8cbae9.tar.gz
lcr-2732c3ce40d8e0b3875b5a0c933c98f27c8cbae9.tar.xz
lcr-2732c3ce40d8e0b3875b5a0c933c98f27c8cbae9.zip
Fixed output problems of error messages while parsing options.conf / gsm.conf.
modified: Makefile.in modified: bchannel.c modified: chan_lcr.c modified: genext.c modified: gsm.cpp modified: gsm.h modified: gsm_conf.c modified: lcradmin.c modified: main.c modified: options.c modified: options.h
Diffstat (limited to 'options.h')
-rw-r--r--options.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/options.h b/options.h
index ecf8244..1a256e2 100644
--- a/options.h
+++ b/options.h
@@ -34,9 +34,7 @@ struct options {
extern struct options options;
-extern char options_error[256];
-
-int read_options(void);
+int read_options(char *options_error);
#ifdef __cplusplus
}