util-lib: share plymouth client code
authorLennart Poettering <lennart@poettering.net>
Fri, 10 Nov 2023 15:30:30 +0000 (16:30 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Mon, 13 Nov 2023 14:17:05 +0000 (14:17 +0000)
commitaa25e19b474bb08ab607b363f83f0626a96c8d85
tree79571d1645d081ea900e1f23963fcf9ee496cea0
parent1a292659f25d63ea89993e629629be2f75cf8adc
util-lib: share plymouth client code

Let's add a new "plymouth-util.c" module with helpers for talking to
plymouth. We so far had three places for this, let's unify the code
doing this a bit.
src/basic/constants.h
src/battery-check/battery-check.c
src/core/manager.c
src/shared/ask-password-api.c
src/shared/meson.build
src/shared/plymouth-util.c [new file with mode: 0644]
src/shared/plymouth-util.h [new file with mode: 0644]