From 7fcec8342890031a0d22f0d013833badd81091e8 Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Tue, 11 Dec 2012 22:31:21 -0600 Subject: fetchhead reading/iterating --- 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 63b6bc8ee..8ca900969 100644 --- a/include/git2/errors.h +++ b/include/git2/errors.h @@ -63,6 +63,7 @@ typedef enum { GITERR_THREAD, GITERR_STASH, GITERR_CHECKOUT, + GITERR_FETCHHEAD, } git_error_t; /** -- cgit v1.2.1