]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/basic/plymouth-util.h
Remove unused plymouth_running() function
[thirdparty/systemd.git] / src / basic / plymouth-util.h
CommitLineData
e56f9ffe
LP
1/* SPDX-License-Identifier: LGPL-2.1+ */
2#pragma once
3
e56f9ffe
LP
4#define PLYMOUTH_SOCKET { \
5 .un.sun_family = AF_UNIX, \
6 .un.sun_path = "\0/org/freedesktop/plymouthd", \
7 }