Fixed output problems of error messages while parsing options.conf / gsm.conf.
[lcr.git] / options.h
index ecf8244..1a256e2 100644 (file)
--- 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
 }