summaryrefslogtreecommitdiff
path: root/src/parse/parse.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-06-26 19:49:46 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-06-26 19:49:46 +0000
commita57c4f03cc819c7eb2d5727157870e2aee947537 (patch)
tree695971debf488502b7c42b44b967edfcfe58a776 /src/parse/parse.h
parent816cf1eb0eb52256b46cf3dad15aeb1a650ee531 (diff)
downloadlibcss-a57c4f03cc819c7eb2d5727157870e2aee947537.tar.gz
libcss-a57c4f03cc819c7eb2d5727157870e2aee947537.tar.bz2
Support for parsing inline styles
svn path=/trunk/libcss/; revision=8024
Diffstat (limited to 'src/parse/parse.h')
-rw-r--r--src/parse/parse.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/parse/parse.h b/src/parse/parse.h
index c590858..269ce29 100644
--- a/src/parse/parse.h
+++ b/src/parse/parse.h
@@ -60,6 +60,9 @@ typedef union css_parser_optparams {
css_error css_parser_create(const char *charset, css_charset_source cs_source,
lwc_context *dict, css_allocator_fn alloc, void *pw,
css_parser **parser);
+css_error css_parser_create_for_inline_style(const char *charset,
+ css_charset_source cs_source, lwc_context *dict,
+ css_allocator_fn alloc, void *pw, css_parser **parser);
css_error css_parser_destroy(css_parser *parser);
css_error css_parser_setopt(css_parser *parser, css_parser_opttype type,