summaryrefslogtreecommitdiff
path: root/src/git/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/git/common.h')
-rw-r--r--src/git/common.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/git/common.h b/src/git/common.h
index 19c6a202c..2506dae36 100644
--- a/src/git/common.h
+++ b/src/git/common.h
@@ -77,6 +77,12 @@
/** Consult the OS error information. */
#define GIT_EOSERR (GIT_ERROR - 4)
+/** The specified object is of invalid type */
+#define GIT_EOBJTYPE (GIT_ERROR - 5)
+
+/** The specified object has its data corrupted */
+#define GIT_EOBJCORRUPTED (GIT_ERROR - 6)
+
GIT_BEGIN_DECL
/** A revision traversal pool. */