summaryrefslogtreecommitdiff
path: root/src/parse/parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse/parse.h')
-rw-r--r--src/parse/parse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse/parse.h b/src/parse/parse.h
index 4137c65..ec88347 100644
--- a/src/parse/parse.h
+++ b/src/parse/parse.h
@@ -33,7 +33,7 @@ typedef enum css_parser_event {
CSS_PARSER_DECLARATION,
} css_parser_event;
-typedef bool (*css_parser_event_handler)(css_parser_event type,
+typedef css_error (*css_parser_event_handler)(css_parser_event type,
const parserutils_vector *tokens, void *pw);
/**