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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/common/error.h b/src/common/error.h
index 5ac2b15..c685ee6 100644
--- a/src/common/error.h
+++ b/src/common/error.h
@@ -23,6 +23,12 @@ typedef enum {
BLOGC_ERROR_TEMPLATE_PARSER,
BLOGC_ERROR_LOADER,
BLOGC_WARNING_DATETIME_PARSER,
+
+ // errors for src/blogc-make
+ BLOGC_MAKE_ERROR_SETTINGS = 300,
+ BLOGC_MAKE_ERROR_EXEC,
+ BLOGC_MAKE_ERROR_ATOM,
+
} bc_error_type_t;
typedef struct {