diff options
Diffstat (limited to 'src/error.h')
-rw-r--r-- | src/error.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |