summaryrefslogtreecommitdiff
path: root/src/parse/parse.h
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@netsurf-browser.org>2010-03-27 16:10:57 +0000
committerDaniel Silverstone <dsilvers@netsurf-browser.org>2010-03-27 16:10:57 +0000
commit80cfe125983eb126a9f8afd974196cf0bf347877 (patch)
treee6fe993a7ad2fc6859509b661d2d4f721e846e60 /src/parse/parse.h
parent46e3a946d7b2f7d68f3753a37c6f68a732a36f01 (diff)
downloadlibcss-80cfe125983eb126a9f8afd974196cf0bf347877.tar.gz
libcss-80cfe125983eb126a9f8afd974196cf0bf347877.tar.bz2
Fix libcss to use new libwapcaplet behaviour.
TODO: update the tests to include a refcounting proof svn path=/trunk/libcss/; revision=10162
Diffstat (limited to 'src/parse/parse.h')
-rw-r--r--src/parse/parse.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/parse/parse.h b/src/parse/parse.h
index 269ce29..a2ffa35 100644
--- a/src/parse/parse.h
+++ b/src/parse/parse.h
@@ -58,10 +58,10 @@ typedef union css_parser_optparams {
} 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_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_charset_source cs_source,
css_allocator_fn alloc, void *pw, css_parser **parser);
css_error css_parser_destroy(css_parser *parser);