From 56736b7b39218c10efd64f305f7a35df9d4bc0af Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Wed, 4 Nov 2015 00:04:10 -0200 Subject: content-parser: handle errors (that are handler as warnings) in directives --- src/error.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/error.h') diff --git a/src/error.h b/src/error.h index 845a316..02ccc96 100644 --- a/src/error.h +++ b/src/error.h @@ -17,6 +17,7 @@ typedef enum { BLOGC_ERROR_TEMPLATE_PARSER, BLOGC_ERROR_LOADER, BLOGC_WARNING_DATETIME_PARSER, + BLOGC_WARNING_CONTENT_PARSER, } blogc_error_type_t; typedef struct { -- cgit v1.2.3-18-g5258