diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2015-11-04 00:04:10 -0200 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2015-11-04 00:04:10 -0200 |
commit | 56736b7b39218c10efd64f305f7a35df9d4bc0af (patch) | |
tree | d48ededd476a1994cb84fcc865e6346a8f60ba1d /src/error.h | |
parent | d29c85ef1751cb46c579b3292f676605d9f86951 (diff) | |
download | blogc-56736b7b39218c10efd64f305f7a35df9d4bc0af.tar.gz blogc-56736b7b39218c10efd64f305f7a35df9d4bc0af.tar.bz2 blogc-56736b7b39218c10efd64f305f7a35df9d4bc0af.zip |
content-parser: handle errors (that are handler as warnings) in directives
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 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 { |