From 2491c416ed84fb575506b0b58fb234ab2daa24fb Mon Sep 17 00:00:00 2001 From: Vicent Marti Date: Mon, 3 Mar 2014 12:13:17 +0100 Subject: [PATCH] caps: Rename the enum name too! --- include/git2/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/git2/common.h b/include/git2/common.h index 49ffd01d6..7effc8dba 100644 --- a/include/git2/common.h +++ b/include/git2/common.h @@ -101,7 +101,7 @@ typedef enum { GIT_HAS_THREADS = (1 << 0), GIT_HAS_HTTPS = (1 << 1), GIT_HAS_SSH = (1 << 2), -} git_cap_t; +} git_feature_t; /** * Query compile time options for libgit2.