aboutsummaryrefslogtreecommitdiff
path: root/src/cssparser.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/cssparser.hh')
-rw-r--r--src/cssparser.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cssparser.hh b/src/cssparser.hh
index 6a905625..533ad1c6 100644
--- a/src/cssparser.hh
+++ b/src/cssparser.hh
@@ -58,6 +58,8 @@ void a_Css_parse (CssContext *context,
int order_count,
CssOrigin origin);
+CssPropertyList *a_Css_parse_declaration(const char *buf, int buflen);
+
extern const CssPropertyInfo Css_property_info[CssProperty::CSS_PROPERTY_LAST];
#endif // __CSS_H__