dir.c: rename excluded_from_list() to is_excluded_from_list()
[gitweb.git] / builtin / ls-files.c
index 31b3f2d9006e0f5703ca9fb37bea247012581c0e..ef7f99a9ed12944c2de3541e45b160967a73c869 100644 (file)
@@ -203,7 +203,7 @@ static void show_ru_info(void)
 static int ce_excluded(struct path_exclude_check *check, struct cache_entry *ce)
 {
        int dtype = ce_to_dtype(ce);
-       return path_excluded(check, ce->name, ce_namelen(ce), &dtype);
+       return is_path_excluded(check, ce->name, ce_namelen(ce), &dtype);
 }
 
 static void show_files(struct dir_struct *dir)