Commit 2491c416 by Vicent Marti

caps: Rename the enum name too!

parent c9f5298b
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment