X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=options.h;fp=options.h;h=1a256e2c932a5b359c37e55cd8c4688746fc0d75;hp=ecf8244594cd27e9fde9fa3c17a6e3347ea1b458;hb=2732c3ce40d8e0b3875b5a0c933c98f27c8cbae9;hpb=c4fcb0668c607cb0135444274ff62572cf6111c4 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 }