aboutsummaryrefslogtreecommitdiffstats
path: root/src/error.h
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2015-10-24 18:47:41 -0200
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2015-10-24 18:47:41 -0200
commit7127defbaa3701fc3444feb3233401e2829fc1b6 (patch)
tree452d47a9ee63dcdbc2ba4c0bee9b562af483233f /src/error.h
parent3a5ea19f35e4228cd782d69f21f52656c1e9a1b8 (diff)
downloadblogc-7127defbaa3701fc3444feb3233401e2829fc1b6.tar.gz
blogc-7127defbaa3701fc3444feb3233401e2829fc1b6.tar.bz2
blogc-7127defbaa3701fc3444feb3233401e2829fc1b6.zip
datetime-parser: initial implementation. not used yet
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 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;