summaryrefslogtreecommitdiff
path: root/src/stylesheet.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stylesheet.c')
-rw-r--r--src/stylesheet.c2
1 files changed, 1 insertions, 1 deletions
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;