From 7c3e35e586771fcdd0ebfe59f67f7dbc68ef8226 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sat, 14 Feb 2009 11:54:37 +0000 Subject: Drop css_error_handler and rename css_alloc to css_allocator_fn svn path=/trunk/libcss/; revision=6482 --- src/stylesheet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stylesheet.c') diff --git a/src/stylesheet.c b/src/stylesheet.c index 40230e1..4174859 100644 --- a/src/stylesheet.c +++ b/src/stylesheet.c @@ -39,7 +39,7 @@ css_error css_stylesheet_create(css_language_level level, const char *charset, const char *url, const char *title, css_origin origin, uint64_t media, css_import_handler import_callback, void *import_pw, - css_alloc alloc, void *alloc_pw, css_stylesheet **stylesheet) + css_allocator_fn alloc, void *alloc_pw, css_stylesheet **stylesheet) { parserutils_error perror; css_error error; -- cgit v1.2.3