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