summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-08-05 10:01:57 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-08-05 10:01:57 +0000
commit8d1def272cd737344294c72a69e316f33637eca6 (patch)
tree25f1424c6b2739e70ed770262f89156dc4afcfa0 /include
parent54803fc30a341281c50bf950d1708b8e8d0789eb (diff)
downloadlibhubbub-8d1def272cd737344294c72a69e316f33637eca6.tar.gz
libhubbub-8d1def272cd737344294c72a69e316f33637eca6.tar.bz2
Er yes. Let's commit the headers, too, shall we?
svn path=/trunk/hubbub/; revision=4913
Diffstat (limited to 'include')
-rw-r--r--include/hubbub/parser.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/hubbub/parser.h b/include/hubbub/parser.h
index 5e8e2e7..2026503 100644
--- a/include/hubbub/parser.h
+++ b/include/hubbub/parser.h
@@ -26,6 +26,7 @@ typedef enum hubbub_parser_opttype {
HUBBUB_PARSER_CONTENT_MODEL,
HUBBUB_PARSER_TREE_HANDLER,
HUBBUB_PARSER_DOCUMENT_NODE,
+ HUBBUB_PARSER_ENABLE_SCRIPTING,
} hubbub_parser_opttype;
/**
@@ -49,6 +50,8 @@ typedef union hubbub_parser_optparams {
hubbub_tree_handler *tree_handler;
void *document_node;
+
+ bool enable_scripting;
} hubbub_parser_optparams;
/* Create a hubbub parser */