aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/error.h
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2018-12-21 03:55:00 +0100
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2018-12-21 03:55:00 +0100
commiteac073d479dfbe5ecf9c5fc7180f7b29da6d1298 (patch)
tree14db2b6f4c921e7c462b20d59a61fc2cf5446625 /src/common/error.h
parent62919eee3ef5fbad678034c21948abed523fa47e (diff)
downloadblogc-eac073d479dfbe5ecf9c5fc7180f7b29da6d1298.tar.gz
blogc-eac073d479dfbe5ecf9c5fc7180f7b29da6d1298.tar.bz2
blogc-eac073d479dfbe5ecf9c5fc7180f7b29da6d1298.zip
wip
Diffstat (limited to 'src/common/error.h')
-rw-r--r--src/common/error.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/error.h b/src/common/error.h
index a567c6d..2aac439 100644
--- a/src/common/error.h
+++ b/src/common/error.h
@@ -17,6 +17,7 @@ typedef enum {
// errors for src/common
BC_ERROR_CONFIG_PARSER = 1,
BC_ERROR_FILE,
+ BC_ERROR_THREAD,
// errors for src/blogc
BLOGC_ERROR_SOURCE_PARSER = 100,