diff options
author | Carlos Martín Nieto <carlos@cmartin.tk> | 2012-05-15 21:42:01 +0200 |
---|---|---|
committer | Carlos Martín Nieto <carlos@cmartin.tk> | 2012-05-15 21:42:20 +0200 |
commit | 73d87a091ca9b5fe4dc236fad6a24149a6fd15a5 (patch) | |
tree | fb12107a9370cce3a6e7e66f1b98238176f4de00 /include/git2/errors.h | |
parent | 54695f4098c75801f477f5bc229a52653484e08a (diff) | |
download | libgit2-73d87a091ca9b5fe4dc236fad6a24149a6fd15a5.tar.gz |
Introduce GITERR_INDEXER
Diffstat (limited to 'include/git2/errors.h')
-rw-r--r-- | include/git2/errors.h | 1 |
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; /** |