From 6c36460f20548850b0704a462dd8281c7f5868a7 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Mon, 4 May 2015 12:54:10 -0300 Subject: content-parser: implemented more block elements --- 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 98aeeb9..b4960e2 100644 --- a/src/error.h +++ b/src/error.h @@ -17,6 +17,7 @@ typedef enum { BLOGC_ERROR_SOURCE_PARSER = 1, BLOGC_ERROR_TEMPLATE_PARSER, BLOGC_ERROR_LOADER, + BLOGC_ERROR_CONTENT_PARSER, } blogc_error_type_t; typedef struct { -- cgit v1.2.3-18-g5258