]> git.ipfire.org Git - thirdparty/systemd.git/commit
sd-id128: rename and export sd_id128_string_equal()
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 13 Jun 2022 08:22:46 +0000 (10:22 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 30 Jun 2022 08:35:27 +0000 (10:35 +0200)
commite16144844b9963f8ff72b325e281fa91aef3bc34
tree1a5bf7370314e47587ae450ee7eedc1e66020875
parent870c2aaf8cc21d9e096d4d26421fd651cad9d019
sd-id128: rename and export sd_id128_string_equal()

We find this function useful in our code, so no reason not to export it.
I changed the order of last two words in the name to match the arguments.
(With "equal_string" I expected sd_id128_t first, string second, but in
actual use, the second argument is usually a long constant so it's nice
to keep this order of arguments.)
src/home/homed-manager.c
src/home/homework-luks.c
src/libsystemd/libsystemd.sym
src/libsystemd/sd-id128/id128-util.c
src/libsystemd/sd-id128/id128-util.h
src/libsystemd/sd-id128/sd-id128.c
src/shared/find-esp.c
src/systemd/sd-id128.h