X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=tree-walk.h;h=39524b7dba6a1d0b63c4cd2b42db59a27a030b21;hb=1376e50723228fc21b7183fe86d71ee484a70dd7;hp=6589ee27e4047d5c8d1636de72250a864cf42b6b;hpb=e5e062b6dcdbbc338a0501b97a35e2e5efa56075;p=git.git diff --git a/tree-walk.h b/tree-walk.h index 6589ee27e..39524b7db 100644 --- a/tree-walk.h +++ b/tree-walk.h @@ -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 *, struct strbuf *, const struct pathspec *ps); +extern int tree_entry_interesting(const struct name_entry *, struct strbuf *, int, const struct pathspec *ps); #endif