dir.c: make excluded() file scope static
commit0d316f0ceff1c416c25327f40bc5fbdded98a01a
authorJunio C Hamano <gitster@pobox.com>
Wed, 6 Jun 2012 05:26:12 +0000 (5 22:26 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 6 Jun 2012 05:26:12 +0000 (5 22:26 -0700)
tree541e06b3a63718bf76898ef296336ace85543539
parent589570dbe7d291e73defea367babb5400a87e9f0
dir.c: make excluded() file scope static

Now there no longer is external callers of this interface, so we can
make it static.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
dir.c
dir.h