Add copyright notice of Rene Scharfe to tar-tree.c
[git.git] / cache.h
diff --git a/cache.h b/cache.h
index 9de7709..1dba405 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -96,9 +96,8 @@ static inline unsigned int create_ce_mode(unsigned int mode)
 
 #define cache_entry_size(len) ((offsetof(struct cache_entry,name) + (len) + 8) & ~7)
 
-const char *sha1_file_directory;
 struct cache_entry **active_cache;
-unsigned int active_nr, active_alloc;
+unsigned int active_nr, active_alloc, active_cache_changed;
 
 #define DB_ENVIRONMENT "SHA1_FILE_DIRECTORY"
 #define DEFAULT_DB_ENVIRONMENT ".git/objects"