From 7127defbaa3701fc3444feb3233401e2829fc1b6 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Sat, 24 Oct 2015 18:47:41 -0200 Subject: datetime-parser: initial implementation. not used yet --- 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 8b5a2e5..d9b2862 100644 --- a/src/error.h +++ b/src/error.h @@ -15,6 +15,7 @@ typedef enum { BLOGC_ERROR_SOURCE_PARSER = 1, BLOGC_ERROR_TEMPLATE_PARSER, + BLOGC_ERROR_DATETIME_PARSER, BLOGC_ERROR_LOADER, } blogc_error_type_t; -- cgit v1.2.3-18-g5258