summaryrefslogtreecommitdiff
path: root/include/git2/errors.h
diff options
context:
space:
mode:
authorCarlos Martín Nieto <carlos@cmartin.tk>2012-05-15 21:42:01 +0200
committerCarlos Martín Nieto <carlos@cmartin.tk>2012-05-15 21:42:20 +0200
commit73d87a091ca9b5fe4dc236fad6a24149a6fd15a5 (patch)
treefb12107a9370cce3a6e7e66f1b98238176f4de00 /include/git2/errors.h
parent54695f4098c75801f477f5bc229a52653484e08a (diff)
downloadlibgit2-73d87a091ca9b5fe4dc236fad6a24149a6fd15a5.tar.gz
Introduce GITERR_INDEXER
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 0406c165..85634385 100644
--- a/include/git2/errors.h
+++ b/include/git2/errors.h
@@ -62,6 +62,7 @@ typedef enum {
GITERR_NET,
GITERR_TAG,
GITERR_TREE,
+ GITERR_INDEXER,
} git_error_class;
/**