summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libcss/stylesheet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libcss/stylesheet.h b/include/libcss/stylesheet.h
index de4770e..5f00502 100644
--- a/include/libcss/stylesheet.h
+++ b/include/libcss/stylesheet.h
@@ -18,7 +18,7 @@ typedef css_error (*css_import_handler)(void *pw, const char *url,
css_stylesheet *sheet);
css_stylesheet *css_stylesheet_create(css_language_level level,
- const char *url, const char *title,
+ const char *charset, const char *url, const char *title,
css_origin origin, uint32_t media,
css_import_handler import_callback, void *import_pw,
css_alloc alloc, void *alloc_pw);