diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-04-25 16:03:43 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-04-25 16:03:43 +0000 |
commit | cb5549f19be3c65c2228906c20ba95c82dd5b947 (patch) | |
tree | 0fd35060a9ca53217f8673fd5ead1ed22ca8db07 /nohtml/options.h | |
parent | 51f6d8192d7deb99925fda250085cf3f7c42f34e (diff) |
change project name
added option to convert outgoing bbcodes to html
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@147 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'nohtml/options.h')
-rw-r--r-- | nohtml/options.h | 1 |
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;
|