chiark / gitweb /
path: refactor PathSpec usage
authorMichal Schmidt <mschmidt@redhat.com>
Sat, 3 Dec 2011 00:38:30 +0000 (01:38 +0100)
committerMichal Schmidt <mschmidt@redhat.com>
Sat, 3 Dec 2011 12:43:58 +0000 (13:43 +0100)
path_*() functions operate on "Path *p" and they do not touch PathSpec
internals directly.

pathspec_*() functions operate on "PathSpec *s". The PathSpec class will
be useful outside of path.c.


No differences found