summaryrefslogtreecommitdiff
path: root/src/parse/properties/properties.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse/properties/properties.h')
-rw-r--r--src/parse/properties/properties.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/parse/properties/properties.h b/src/parse/properties/properties.h
index 496d3dc..a41f2c9 100644
--- a/src/parse/properties/properties.h
+++ b/src/parse/properties/properties.h
@@ -25,6 +25,9 @@ extern const css_prop_handler property_handlers[LAST_PROP + 1 - FIRST_PROP];
css_error parse_azimuth(css_language *c,
const parserutils_vector *vector, int *ctx,
css_style **result);
+css_error parse_background(css_language *c,
+ const parserutils_vector *vector, int *ctx,
+ css_style **result);
css_error parse_background_attachment(css_language *c,
const parserutils_vector *vector, int *ctx,
css_style **result);