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