summaryrefslogtreecommitdiff
path: root/include/libcss/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libcss/types.h')
-rw-r--r--include/libcss/types.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/libcss/types.h b/include/libcss/types.h
index f095f1c..fddbc51 100644
--- a/include/libcss/types.h
+++ b/include/libcss/types.h
@@ -63,4 +63,8 @@ typedef struct css_string {
typedef struct css_stylesheet css_stylesheet;
+typedef struct css_select_ctx css_select_ctx;
+
+typedef struct css_computed_style css_computed_style;
+
#endif