notes: convert format_display_notes to struct object_id
[gitweb.git] / dir.h
diff --git a/dir.h b/dir.h
index b745f1e5d757bdc9aaa386fa011bb37359fa86ff..17d110693d94e453bd7786dd7f6eaa273313f952 100644 (file)
--- a/dir.h
+++ b/dir.h
@@ -214,8 +214,12 @@ extern int match_pathspec(const struct pathspec *pathspec,
 extern int report_path_error(const char *ps_matched, const struct pathspec *pathspec, const char *prefix);
 extern int within_depth(const char *name, int namelen, int depth, int max_depth);
 
-extern int fill_directory(struct dir_struct *dir, const struct pathspec *pathspec);
-extern int read_directory(struct dir_struct *, const char *path, int len, const struct pathspec *pathspec);
+extern int fill_directory(struct dir_struct *dir,
+                         struct index_state *istate,
+                         const struct pathspec *pathspec);
+extern int read_directory(struct dir_struct *, struct index_state *istate,
+                         const char *path, int len,
+                         const struct pathspec *pathspec);
 
 extern int is_excluded_from_list(const char *pathname, int pathlen,
                                 const char *basename, int *dtype,