summaryrefslogtreecommitdiff
path: root/include/hubbub/parser.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2012-07-19 10:22:44 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2012-07-19 10:22:44 +0100
commitd6807c519ae65d5ad58cace15f10359862969f89 (patch)
tree68a56298d5b7d7fe3f9f01a6210eed191767b030 /include/hubbub/parser.h
parentb7c12eff5456726f36cc1bf29e0bacaec3028877 (diff)
parentf6953cb68e18521361e18b6b7d504742263998ea (diff)
downloadlibhubbub-chris/amiga-lib.tar.gz
libhubbub-chris/amiga-lib.tar.bz2
Merge branch 'master' of git://git.netsurf-browser.org/libhubbub into chris/amiga-libchris/amiga-lib
Diffstat (limited to 'include/hubbub/parser.h')
-rw-r--r--include/hubbub/parser.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/hubbub/parser.h b/include/hubbub/parser.h
index 7d2fb1f..cd5d6b5 100644
--- a/include/hubbub/parser.h
+++ b/include/hubbub/parser.h
@@ -32,7 +32,8 @@ typedef enum hubbub_parser_opttype {
HUBBUB_PARSER_CONTENT_MODEL,
HUBBUB_PARSER_TREE_HANDLER,
HUBBUB_PARSER_DOCUMENT_NODE,
- HUBBUB_PARSER_ENABLE_SCRIPTING
+ HUBBUB_PARSER_ENABLE_SCRIPTING,
+ HUBBUB_PARSER_PAUSE
} hubbub_parser_opttype;
/**
@@ -58,6 +59,8 @@ typedef union hubbub_parser_optparams {
void *document_node; /**< Document node */
bool enable_scripting; /**< Whether to enable scripting */
+
+ bool pause_parse; /**< Pause parsing */
} hubbub_parser_optparams;
/* Create a hubbub parser */