diff options
Diffstat (limited to 'attr.h')
-rw-r--r-- | attr.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -63,8 +63,8 @@ void attr_check_free(struct attr_check *check); */ const char *git_attr_name(const struct git_attr *); -int git_check_attr(const struct index_state *istate, - const char *path, struct attr_check *check); +void git_check_attr(const struct index_state *istate, + const char *path, struct attr_check *check); /* * Retrieve all attributes that apply to the specified path. |