Rename cache_match_stat() to ce_match_stat()
[gitweb.git] / read-cache.c
index da2adf4612c3a1cb39fbb76e303302e9b7e1356b..ab2f202349020515edee0534e391dd6dced33f40 100644 (file)
@@ -9,7 +9,7 @@
 struct cache_entry **active_cache = NULL;
 unsigned int active_nr = 0, active_alloc = 0, active_cache_changed = 0;
 
-int cache_match_stat(struct cache_entry *ce, struct stat *st)
+int ce_match_stat(struct cache_entry *ce, struct stat *st)
 {
        unsigned int changed = 0;