grep: make callback functions static
commitff3c7f9a264da41a2cd7b7a28a27f8ad935b81a9
authorRené Scharfe <rene.scharfe@lsrfire.ath.cx>
Wed, 20 May 2009 22:05:22 +0000 (21 00:05 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 21 May 2009 01:16:25 +0000 (20 18:16 -0700)
tree8b1a7db443e95bf0c94664ebae44f01d2be16c8a
parent3e230fa1b2ba3aa1a207c4399a1b93e41b103dfb
grep: make callback functions static

Suggested by Stephen Boyd: make the callback functions used for option
parsing static.

Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-grep.c