summaryrefslogtreecommitdiff
path: root/nohtml/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'nohtml/options.h')
-rw-r--r--nohtml/options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nohtml/options.h b/nohtml/options.h
index f679ad6..d5c7dba 100644
--- a/nohtml/options.h
+++ b/nohtml/options.h
@@ -3,6 +3,7 @@
typedef struct {
bool bbcodes;
+ bool html;
} Options;
extern Options options;