pipename.h 166 B

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