summaryrefslogtreecommitdiff
path: root/src/cr-style.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cr-style.h')
-rw-r--r--src/cr-style.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/cr-style.h b/src/cr-style.h
index 4ec55c2..e70628f 100644
--- a/src/cr-style.h
+++ b/src/cr-style.h
@@ -27,6 +27,7 @@
#define __CR_STYLE_H__
#include "cr-utils.h"
+#include "cr-statement.h"
/**
*@file
@@ -162,6 +163,17 @@ struct _CRStyle
CRLength width ;
} ;
+
+CRStyle *
+cr_style_new (void) ;
+
+enum CRStatus
+cr_style_new_from_ruleset (CRStatement *a_this,
+ CRStyle **a_style) ;
+
+void
+cr_style_destroy (CRStyle *a_this) ;
+
G_END_DECLS
#endif /*__CR_STYLE_H__*/