зеркало из https://github.com/microsoft/git.git
8 строки
201 B
C
8 строки
201 B
C
|
#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 */
|