diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-10-10 02:13:47 +0200 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-10-10 02:13:47 +0200 |
commit | 3cd3dcb5bb3b0481812ddd3ff8dc182bdb20be23 (patch) | |
tree | d99f57f85d2472caf334a4b96fbebd95cee873f7 /src/common | |
parent | 62f999141701ba915a035a11cbac7fc7ddb08f31 (diff) | |
download | blogc-3cd3dcb5bb3b0481812ddd3ff8dc182bdb20be23.tar.gz blogc-3cd3dcb5bb3b0481812ddd3ff8dc182bdb20be23.tar.bz2 blogc-3cd3dcb5bb3b0481812ddd3ff8dc182bdb20be23.zip |
git-receiver: added support to get mirror url from config file
this commit also includes some "integration test" in shell script
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/error.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/error.h b/src/common/error.h index 5ac2b15..21b332a 100644 --- a/src/common/error.h +++ b/src/common/error.h @@ -23,6 +23,9 @@ typedef enum { BLOGC_ERROR_TEMPLATE_PARSER, BLOGC_ERROR_LOADER, BLOGC_WARNING_DATETIME_PARSER, + + // errors for src/blogc-git-receiver + BLOGC_GR_ERROR_POST_RECEIVE = 200, } bc_error_type_t; typedef struct { |