X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=attr.h;h=8b3f19be67f17c1fbf6edb37ac3ea27002ca6415;hb=48c250a121a425a1860226b6a7061aecfbab5246;hp=69b5767ebc2189a8bf9d98ff88c1885ec8fcdb7d;hpb=7b576f9910a2945688f04f6ff9d03771f2956618;p=git.git diff --git a/attr.h b/attr.h index 69b5767eb..8b3f19be6 100644 --- a/attr.h +++ b/attr.h @@ -8,7 +8,7 @@ struct git_attr; * Given a string, return the gitattribute object that * corresponds to it. */ -struct git_attr *git_attr(const char *, int); +struct git_attr *git_attr(const char *); /* Internal use */ extern const char git_attr__true[]; @@ -34,7 +34,7 @@ int git_checkattr(const char *path, int, struct git_attr_check *); enum git_attr_direction { GIT_ATTR_CHECKIN, GIT_ATTR_CHECKOUT, - GIT_ATTR_INDEX, + GIT_ATTR_INDEX }; void git_attr_set_direction(enum git_attr_direction, struct index_state *);