From 679090b3c7776ee024edce97800c51bd3e59ead2 Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Sat, 17 Jan 2009 16:48:27 +0100 Subject: implement parsing of CSS data from style attribute E.g. Hello World --- src/cssparser.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/cssparser.hh') 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__ -- cgit v1.2.3