work on chan_lcr: bridging works, interface selection possible
[lcr.git] / options.h
index a0dbad4..60748f9 100644 (file)
--- a/options.h
+++ b/options.h
@@ -28,6 +28,8 @@ struct options {
 
 extern struct options options;
 
+extern char options_error[256];
+
 int read_options(void);