]>
| Commit | Line | Data |
|---|---|---|
| db9ecf05 | 1 | /* SPDX-License-Identifier: LGPL-2.1-or-later */ |
| 41f9172f LP |
2 | #pragma once |
| 3 | ||
| 836e4e7e | 4 | #include "core-forward.h" |
| 41f9172f | 5 | |
| 6a9f0641 DDM |
6 | int unit_name_printf(const Unit *u, const char *format, char **ret); |
| 7 | int unit_full_printf_full(const Unit *u, const char *format, size_t max_length, char **ret); | |
| 836e4e7e DDM |
8 | int unit_full_printf(const Unit *u, const char *text, char **ret); |
| 9 | int unit_path_printf(const Unit *u, const char *text, char **ret); | |
| 10 | int unit_fd_printf(const Unit *u, const char *text, char **ret); | |
| 11 | int unit_cred_printf(const Unit *u, const char *text, char **ret); | |
| 12 | int unit_env_printf(const Unit *u, const char *text, char **ret); |