summaryrefslogtreecommitdiff
path: root/include/libcss/computed.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libcss/computed.h')
-rw-r--r--include/libcss/computed.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/libcss/computed.h b/include/libcss/computed.h
index 61cb888..f47c523 100644
--- a/include/libcss/computed.h
+++ b/include/libcss/computed.h
@@ -294,11 +294,13 @@ struct css_computed_style {
void *pw;
};
+css_error css_computed_style_create(css_alloc alloc, void *pw,
+ css_computed_style **result);
css_error css_computed_style_destroy(css_computed_style *style);
css_error css_computed_style_compose(const css_computed_style *parent,
const css_computed_style *child,
- css_computed_style **result);
+ css_computed_style *result);
/******************************************************************************
* Property accessors below here *