From 73fe6a8e20ffbc18ad667ff519c0fb8adf85fc3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vicent=20Mart=C3=AD?= Date: Wed, 28 Mar 2012 18:59:12 +0200 Subject: error-handling: Commit (WIP) --- include/git2/errors.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/git2/errors.h') diff --git a/include/git2/errors.h b/include/git2/errors.h index d71df59a..712d611a 100644 --- a/include/git2/errors.h +++ b/include/git2/errors.h @@ -130,7 +130,8 @@ typedef enum { GITERR_CONFIG, GITERR_REGEX, GITERR_ODB, - GITERR_INDEX + GITERR_INDEX, + GITERR_OBJECT } git_error_class; /** -- cgit v1.2.1