1 2 3 4 5 6 7 8
// SPDX-License-Identifier: GPL-3.0-or-later #ifndef DAEMON_PIPENAME_H #define DAEMON_PIPENAME_H const char *daemon_pipename(void); #endif /* DAEMON_PIPENAME_H */