From 0dffa9a91ef47fc0ac6b96cb5e96e7e73b8018b8 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Fri, 9 Sep 2016 02:33:19 +0200 Subject: common: added config-parser --- src/common/error.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/common/error.h') 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, -- cgit v1.2.3-18-g5258