]> git.ipfire.org Git - thirdparty/git.git/blobdiff - dir.h
Sync with 2.31.5
[thirdparty/git.git] / dir.h
diff --git a/dir.h b/dir.h
index 35963f9e2ced272223fd572e221cf33b1c8a296f..e3db9b9ec658eef53b62cd8a1bd83a5a64389bac 100644 (file)
--- a/dir.h
+++ b/dir.h
@@ -336,8 +336,14 @@ struct dir_struct {
        struct oid_stat ss_info_exclude;
        struct oid_stat ss_excludes_file;
        unsigned unmanaged_exclude_files;
+
+       /* Stats about the traversal */
+       unsigned visited_paths;
+       unsigned visited_directories;
 };
 
+struct dirent *readdir_skip_dot_and_dotdot(DIR *dirp);
+
 /*Count the number of slashes for string s*/
 int count_slashes(const char *s);