From a324baae03e4018c2c1aa8e4692505f8fcbe7172 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Wed, 30 Jul 2008 20:05:15 +0000 Subject: Implement the first-stage parser. Things missing: 1) Recovery after parse errors 2) Event emission (the locations of DEBUG_EVENTS are about right for this) 3) A second-stage parser 4) Any kind of testsuite svn path=/trunk/libcss/; revision=4825 --- include/libcss/types.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/libcss/types.h b/include/libcss/types.h index b3e18dc..104e339 100644 --- a/include/libcss/types.h +++ b/include/libcss/types.h @@ -30,4 +30,6 @@ typedef struct css_string { size_t len; /**< Byte length of string */ } css_string; +typedef struct css_stylesheet css_stylesheet; + #endif -- cgit v1.2.3