aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/error.h
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2019-04-23 22:41:31 +0200
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2019-04-25 20:26:24 +0200
commitf09e36acfe2db50e0452ba1e19b13f4395a8d704 (patch)
tree98128638131359eee2b91308284b965719388748 /src/common/error.h
parent4120e6adf557b01b8e43f8b5abe52c85602def64 (diff)
downloadblogc-f09e36acfe2db50e0452ba1e19b13f4395a8d704.tar.gz
blogc-f09e36acfe2db50e0452ba1e19b13f4395a8d704.tar.bz2
blogc-f09e36acfe2db50e0452ba1e19b13f4395a8d704.zip
make: do not follow symlinks when resolving blogcfile path
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 d8dd859..b85f006 100644
--- a/src/common/error.h
+++ b/src/common/error.h
@@ -28,6 +28,7 @@ typedef enum {
BLOGC_MAKE_ERROR_SETTINGS = 300,
BLOGC_MAKE_ERROR_EXEC,
BLOGC_MAKE_ERROR_ATOM,
+ BLOGC_MAKE_ERROR_UTILS,
} bc_error_type_t;