diff options
Diffstat (limited to 'includes')
-rw-r--r-- | includes/hardinfo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/hardinfo.h b/includes/hardinfo.h index 7d3e3c5b..3412f852 100644 --- a/includes/hardinfo.h +++ b/includes/hardinfo.h @@ -52,6 +52,7 @@ struct _ProgramParameters { gboolean autoload_deps; gboolean run_xmlrpc_server; gboolean skip_benchmarks; + gboolean html_ok; /* ok to use html in the value part of a key/value */ gint report_format; |