X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=attr.h;h=b0378bfe5feadb91134535b339515e554622cfee;hb=3e06e74e4cc221d0b602622a5a8d472cfa3efa2d;hp=2be86db36e730938777066f1951360396ddc9676;hpb=8ecf0c83829dab253e190db918e4ede07f0143ef;p=thirdparty%2Fgit.git diff --git a/attr.h b/attr.h index 2be86db36e..b0378bfe5f 100644 --- a/attr.h +++ b/attr.h @@ -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.