Even more missing static

Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Junio C Hamano
2007-06-08 02:54:57 -07:00
parent fcd056a6d2
commit 16befb8b7f
9 changed files with 6 additions and 32 deletions

View File

@ -62,7 +62,7 @@ static ssize_t send_client_data(int fd, const char *data, ssize_t sz)
return safe_write(fd, data, sz);
}
FILE *pack_pipe = NULL;
static FILE *pack_pipe = NULL;
static void show_commit(struct commit *commit)
{
if (commit->object.flags & BOUNDARY)