]> git.ipfire.org Git - thirdparty/git.git/blobdiff - attr.h
Merge branch 'ps/attr-limits' into maint-2.32
[thirdparty/git.git] / attr.h
diff --git a/attr.h b/attr.h
index 5970f930fd0a44b4784964d0c7d1d3e882b84878..583543a84a929f4eb4b61232c6e4a04271fe40dd 100644 (file)
--- a/attr.h
+++ b/attr.h
@@ -202,14 +202,14 @@ void attr_check_free(struct attr_check *check);
  */
 const char *git_attr_name(const struct git_attr *);
 
-void git_check_attr(const struct index_state *istate,
+void git_check_attr(struct index_state *istate,
                    const char *path, struct attr_check *check);
 
 /*
  * Retrieve all attributes that apply to the specified path.
  * check holds the attributes and their values.
  */
-void git_all_attrs(const struct index_state *istate,
+void git_all_attrs(struct index_state *istate,
                   const char *path, struct attr_check *check);
 
 enum git_attr_direction {