From 8d1def272cd737344294c72a69e316f33637eca6 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Tue, 5 Aug 2008 10:01:57 +0000 Subject: Er yes. Let's commit the headers, too, shall we? svn path=/trunk/hubbub/; revision=4913 --- include/hubbub/parser.h | 3 +++ 1 file changed, 3 insertions(+) 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 */ -- cgit v1.2.3