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