mirror of
https://git.proxmox.com/git/libgit2
synced 2026-08-26 15:20:44 +00:00
git_filter_opt_t -> git_filter_flag_t
For consistency with the rest of the library, where an opt is an options *structure*.
This commit is contained in:
@@ -123,9 +123,9 @@ GIT_EXTERN(const git_oid *) git_filter_source_id(const git_filter_source *src);
|
||||
GIT_EXTERN(git_filter_mode_t) git_filter_source_mode(const git_filter_source *src);
|
||||
|
||||
/**
|
||||
* Get the combination git_filter_opt_t options to be applied
|
||||
* Get the combination git_filter_flag_t options to be applied
|
||||
*/
|
||||
GIT_EXTERN(uint32_t) git_filter_source_options(const git_filter_source *src);
|
||||
GIT_EXTERN(uint32_t) git_filter_source_flags(const git_filter_source *src);
|
||||
|
||||
/*
|
||||
* struct git_filter
|
||||
|
||||
Reference in New Issue
Block a user