X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=attr.h;h=450f49d648a013ffddc6321b7fd79b3fc1b66f7a;hb=dd0c5133c6994d2930485c579e701d79df632ded;hp=69b5767ebc2189a8bf9d98ff88c1885ec8fcdb7d;hpb=78b77c491ff21e27dbaf1381268aeb380f0607b8;p=git.git diff --git a/attr.h b/attr.h index 69b5767eb..450f49d64 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[];