From e54d8d8972ddfa886bfcf1a078d253b632debc72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vicent=20Mart=C3=AD?= Date: Wed, 7 Mar 2012 01:37:09 +0100 Subject: error-handling: Config --- include/git2/errors.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/git2/errors.h') diff --git a/include/git2/errors.h b/include/git2/errors.h index 7daa0670..bc420d1d 100644 --- a/include/git2/errors.h +++ b/include/git2/errors.h @@ -126,6 +126,7 @@ typedef enum { GITERR_REFERENCE, GITERR_ZLIB, GITERR_REPOSITORY, + GITERR_CONFIG, } git_error_class; #define GITERR_CHECK_ALLOC(ptr) if (ptr == NULL) { return -1; } -- cgit v1.2.1