aboutsummaryrefslogtreecommitdiffstats
path: root/src/error.h
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2016-07-05 03:34:01 +0200
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2016-07-05 03:34:01 +0200
commit16c8bef25dc971c055526fb75a971cbc219822da (patch)
tree55bd09cc06b34a80fea04ab12ff1580814df7a59 /src/error.h
parent8fb67f6c89490e2bbce5d5650f930780e77b57c2 (diff)
downloadblogc-16c8bef25dc971c055526fb75a971cbc219822da.tar.gz
blogc-16c8bef25dc971c055526fb75a971cbc219822da.tar.bz2
blogc-16c8bef25dc971c055526fb75a971cbc219822da.zip
file: added dedicated error type
Diffstat (limited to 'src/error.h')
-rw-r--r--src/error.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/error.h b/src/error.h
index caa86b0..acaf49e 100644
--- a/src/error.h
+++ b/src/error.h
@@ -16,6 +16,7 @@ typedef enum {
BLOGC_ERROR_SOURCE_PARSER = 1,
BLOGC_ERROR_TEMPLATE_PARSER,
BLOGC_ERROR_LOADER,
+ BLOGC_ERROR_FILE,
BLOGC_WARNING_DATETIME_PARSER,
} blogc_error_type_t;