grep.c: make two symbols really file-scope static this time
commit3083301ead459a45059af3ee85fb51d5d737a74d
authorJunio C Hamano <gitster@pobox.com>
Thu, 20 Sep 2012 21:20:09 +0000 (20 14:20 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 20 Sep 2012 21:20:09 +0000 (20 14:20 -0700)
tree063971669664b287692b123908a649ccd3bd072a
parent39f2e017203695b9da2ad35589b0e58bcac6fdc8
grep.c: make two symbols really file-scope static this time

Adding a declaration at the beginning is not sufficient for obvious
reasons. The definition has to be made static.

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