More static

There still are quite a few symbols that ought to be static.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Junio C Hamano
2007-06-13 01:42:05 -07:00
parent b79d18c92d
commit 4175e9e3a8
8 changed files with 6 additions and 64 deletions

2
refs.c
View File

@ -150,7 +150,7 @@ static struct ref_list *sort_ref_list(struct ref_list *list)
* Future: need to be in "struct repository"
* when doing a full libification.
*/
struct cached_refs {
static struct cached_refs {
char did_loose;
char did_packed;
struct ref_list *loose;