mirror of
https://git.proxmox.com/git/libgit2
synced 2025-06-20 05:49:03 +00:00
caps: Rename the enum name too!
This commit is contained in:
parent
c9f5298b0e
commit
2491c416ed
@ -101,7 +101,7 @@ typedef enum {
|
|||||||
GIT_HAS_THREADS = (1 << 0),
|
GIT_HAS_THREADS = (1 << 0),
|
||||||
GIT_HAS_HTTPS = (1 << 1),
|
GIT_HAS_HTTPS = (1 << 1),
|
||||||
GIT_HAS_SSH = (1 << 2),
|
GIT_HAS_SSH = (1 << 2),
|
||||||
} git_cap_t;
|
} git_feature_t;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Query compile time options for libgit2.
|
* Query compile time options for libgit2.
|
||||||
|
Loading…
Reference in New Issue
Block a user