From 795eaccd667ce24c290b6211ca0c6a84f84e7c2b Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Thu, 19 Feb 2015 11:09:54 -0500 Subject: git_filter_opt_t -> git_filter_flag_t For consistency with the rest of the library, where an opt is an options *structure*. --- include/git2/sys/filter.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/git2/sys') diff --git a/include/git2/sys/filter.h b/include/git2/sys/filter.h index 9b560fa75..5fd8d5566 100644 --- a/include/git2/sys/filter.h +++ b/include/git2/sys/filter.h @@ -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 -- cgit v1.2.1