blob: 3852bc06252fe996fd5ff56750edbcd85872bb4e (
plain)
1
2
3
4
5
6
7
|
#ifndef PATHSPEC_H
#define PATHSPEC_H
extern char *find_pathspecs_matching_against_index(const char **pathspec);
extern void add_pathspec_matches_against_index(const char **pathspec, char *seen, int specs);
#endif /* PATHSPEC_H */
|