summaryrefslogtreecommitdiff
path: root/src/stylesheet.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-09-13 00:13:49 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-09-13 00:13:49 +0000
commit3b6358f8254e8256f7af4e20b413f56f90a47eb1 (patch)
tree6f0e23fa76fa171957c1fa8172727401a54a277a /src/stylesheet.h
parent5b32645650ef555d762af41c827043705efd114b (diff)
downloadlibcss-3b6358f8254e8256f7af4e20b413f56f90a47eb1.tar.gz
libcss-3b6358f8254e8256f7af4e20b413f56f90a47eb1.tar.bz2
More API munging. Also stub out implementations of new APIs.
svn path=/trunk/libcss/; revision=5306
Diffstat (limited to 'src/stylesheet.h')
-rw-r--r--src/stylesheet.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/stylesheet.h b/src/stylesheet.h
index 3d9409d..15d86ab 100644
--- a/src/stylesheet.h
+++ b/src/stylesheet.h
@@ -154,5 +154,8 @@ css_error css_stylesheet_rule_add_selector(css_stylesheet *sheet,
/** \todo registering other rule-type data with css_rules */
+css_error css_stylesheet_add_rule(css_stylesheet *sheet, css_rule *rule);
+css_error css_stylesheet_remove_rule(css_stylesheet *sheet, css_rule *rule);
+
#endif