Commit 2491c416ed84fb575506b0b58fb234ab2daa24fb

Vicent Marti 2014-03-03T12:13:17

caps: Rename the enum name too!

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/git2/common.h b/include/git2/common.h
index 49ffd01..7effc8d 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.