X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=attr.c;h=f6b3f7e850f9fcf5672031049ef1d6f43e619f63;hb=5c951ef47bf2e34dbde58bda88d430937657d2aa;hp=0e28ba871f9ba0da129610019cd0d0246f3a15f0;hpb=2d11f21c365821ccba1e093f22b99ad71b955f21;p=git.git diff --git a/attr.c b/attr.c index 0e28ba871..f6b3f7e85 100644 --- a/attr.c +++ b/attr.c @@ -465,7 +465,7 @@ static void drop_attr_stack(void) } } -const char *git_etc_gitattributes(void) +static const char *git_etc_gitattributes(void) { static const char *system_wide; if (!system_wide) @@ -473,7 +473,7 @@ const char *git_etc_gitattributes(void) return system_wide; } -int git_attr_system(void) +static int git_attr_system(void) { return !git_env_bool("GIT_ATTR_NOSYSTEM", 0); }