From b8db0a695c66b5e686fb70ea30dee017e4cd6170 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Fri, 4 Jul 2003 21:18:24 +0000 Subject: [project @ 2003-07-04 21:18:24 by bursa] Make css_dump_style public. svn path=/import/netsurf/; revision=203 --- css/css.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'css/css.h') diff --git a/css/css.h b/css/css.h index e5f36039d..e96cdd477 100644 --- a/css/css.h +++ b/css/css.h @@ -194,5 +194,7 @@ void css_cascade(struct css_style * const style, const struct css_style * const void css_merge(struct css_style * const style, const struct css_style * const apply); void css_parse_property_list(struct css_style * style, char * str); colour named_colour(const char *name); +void css_dump_style(const struct css_style * const style); + #endif -- cgit v1.2.3