pathspec.hon commit pathspec.c: rename newly public functions for clarity (4b78d7b)
   1#ifndef PATHSPEC_H
   2#define PATHSPEC_H
   3
   4extern char *find_pathspecs_matching_against_index(const char **pathspec);
   5extern void add_pathspec_matches_against_index(const char **pathspec, char *seen, int specs);
   6
   7#endif /* PATHSPEC_H */