summaryrefslogtreecommitdiffstats
path: root/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'options.h')
-rw-r--r--options.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/options.h b/options.h
index a0dbad4..60748f9 100644
--- 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);