Missing statics.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Pierre Habouzit
2007-06-07 22:45:00 +02:00
committed by Junio C Hamano
parent e1944f4074
commit 52fae7de4e
5 changed files with 7 additions and 7 deletions

View File

@ -439,7 +439,7 @@ static void parse_extra_args(struct interp *table, char *extra_args, int buflen)
}
}
void fill_in_extra_table_entries(struct interp *itable)
static void fill_in_extra_table_entries(struct interp *itable)
{
char *hp;