summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/git2/errors.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/git2/errors.h b/include/git2/errors.h
index 325d0a615..17a701079 100644
--- a/include/git2/errors.h
+++ b/include/git2/errors.h
@@ -133,6 +133,8 @@ typedef enum {
GITERR_INDEX,
GITERR_OBJECT,
GITERR_NET,
+ GITERR_TAG,
+ GITERR_TREE,
} git_error_class;
/**