diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2015-05-04 12:54:10 -0300 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2015-05-04 14:03:58 -0300 |
commit | 6c36460f20548850b0704a462dd8281c7f5868a7 (patch) | |
tree | ca0673721e790e49d287c073b0e38041086ff85f /src/error.h | |
parent | 32b7433a3587216a0c4370ed25f9e8cc3f6b8649 (diff) | |
download | blogc-6c36460f20548850b0704a462dd8281c7f5868a7.tar.gz blogc-6c36460f20548850b0704a462dd8281c7f5868a7.tar.bz2 blogc-6c36460f20548850b0704a462dd8281c7f5868a7.zip |
content-parser: implemented more block elements
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 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 { |