summaryrefslogtreecommitdiff
path: root/include/git2/errors.h
diff options
context:
space:
mode:
authorMichael Schubert <schu@schu.io>2012-08-19 22:26:32 +0200
committerMichael Schubert <schu@schu.io>2012-10-09 21:28:31 +0200
commit0a32dca5ecbd4c56b02ba78af4174ac7f65a786c (patch)
tree733f2d3113d96524c1e4c05d7e98c03baf07614f /include/git2/errors.h
parentec1d42b7d5eb5a25b504277bee5b0cc97931e1a7 (diff)
downloadlibgit2-0a32dca5ecbd4c56b02ba78af4174ac7f65a786c.tar.gz
gsoc-pack-objects WIP
Diffstat (limited to 'include/git2/errors.h')
-rw-r--r--include/git2/errors.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/git2/errors.h b/include/git2/errors.h
index f6d9bf2e3..1c4e910a6 100644
--- a/include/git2/errors.h
+++ b/include/git2/errors.h
@@ -56,6 +56,7 @@ typedef enum {
GITERR_INDEXER,
GITERR_SSL,
GITERR_SUBMODULE,
+ GITERR_THREAD,
} git_error_t;
/**