]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/shared/path-util.c
shared: add path_compare(), an ordering path comparison
authorMichal Schmidt <mschmidt@redhat.com>
Mon, 16 Mar 2015 20:58:35 +0000 (21:58 +0100)
committerMichal Schmidt <mschmidt@redhat.com>
Mon, 16 Mar 2015 21:01:41 +0000 (22:01 +0100)
commit2230852bd9755e1b7bfd1260082471f559b0a005
tree939362eed4ff66bb8b32f1791d0ae33840c8254a
parent9a3d3aace311e85627115d89e4dfe1d71c01b7e3
shared: add path_compare(), an ordering path comparison

... and make path_equal() a simple wrapper around it.
src/shared/path-util.c
src/shared/path-util.h
src/test/test-path-util.c