aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/error.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/error.h')
-rw-r--r--src/common/error.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/error.h b/src/common/error.h
index 200f9a7..2569538 100644
--- a/src/common/error.h
+++ b/src/common/error.h
@@ -14,6 +14,9 @@
// error handling is centralized here for the sake of simplicity :/
typedef enum {
+ // errors for src/common
+ BC_ERROR_CONFIG_PARSER = 1,
+
// errors for src/blogc
BLOGC_ERROR_SOURCE_PARSER = 100,
BLOGC_ERROR_TEMPLATE_PARSER,