]> git.ipfire.org Git - thirdparty/git.git/blame - pathspec.h
clean: remove unused variable "seen"
[thirdparty/git.git] / pathspec.h
CommitLineData
6f525e71
AS
1#ifndef PATHSPEC_H
2#define PATHSPEC_H
3
4b78d7bc
AS
4extern char *find_pathspecs_matching_against_index(const char **pathspec);
5extern void add_pathspec_matches_against_index(const char **pathspec, char *seen, int specs);
9d67b61f 6extern const char *check_path_for_gitlink(const char *path);
512aaf94 7extern void die_if_path_beyond_symlink(const char *path, const char *prefix);
6f525e71
AS
8
9#endif /* PATHSPEC_H */