summaryrefslogtreecommitdiff
path: root/src/cr-stylesheet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cr-stylesheet.h')
-rw-r--r--src/cr-stylesheet.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/cr-stylesheet.h b/src/cr-stylesheet.h
index c850e6e..6ea3ab0 100644
--- a/src/cr-stylesheet.h
+++ b/src/cr-stylesheet.h
@@ -91,6 +91,12 @@ cr_stylesheet_new (CRStatement *a_stmts) ;
void
cr_stylesheet_dump (CRStyleSheet *a_this, FILE *a_fp) ;
+int
+cr_stylesheet_nr_rules (CRStyleSheet *a_this) ;
+
+CRStatement *
+cr_stylesheet_statement_get_from_list (CRStyleSheet *a_this, int itemnr) ;
+
void
cr_stylesheet_ref (CRStyleSheet *a_this) ;