Make write_sha1_file_prepare() static
commit8f9777801d09b195e1820061914ec27fcd5975c8
authorRene Scharfe <rene.scharfe@lsrfire.ath.cx>
Sat, 14 Oct 2006 10:45:45 +0000 (14 12:45 +0200)
committerJunio C Hamano <junkio@cox.net>
Sat, 14 Oct 2006 18:49:59 +0000 (14 11:49 -0700)
tree63f8715ad6dbfcb6e057a9d17c67195733ac4fcd
parentabdc3fc84216a9334f40f3b7ce13e20a825697d0
Make write_sha1_file_prepare() static

There are no callers of write_sha1_file_prepare() left outside of
sha1_file.c, so make it static.

Signed-off-by: Junio C Hamano <junkio@cox.net>
cache.h
sha1_file.c