Code

tree_entry_interesting(): support wildcard matching
[git.git] / tree-walk.h
index c12f0a29780cec742b708d3794a0d936fa47df07..6589ee27e4047d5c8d1636de72250a864cf42b6b 100644 (file)
@@ -60,6 +60,6 @@ static inline int traverse_path_len(const struct traverse_info *info, const stru
        return info->pathlen + tree_entry_len(n->path, n->sha1);
 }
 
-extern int tree_entry_interesting(const struct name_entry *, const char *, int, const struct pathspec *ps);
+extern int tree_entry_interesting(const struct name_entry *, struct strbuf *, const struct pathspec *ps);
 
 #endif