]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/core/unit-printf.h
pkgconfig: define variables relative to ${prefix}/${rootprefix}/${sysconfdir}
[thirdparty/systemd.git] / src / core / unit-printf.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 #pragma once
3
4 #include "unit.h"
5
6 int unit_name_printf(Unit *u, const char* text, char **ret);
7 int unit_full_printf(Unit *u, const char *text, char **ret);
8 int unit_full_printf_strv(Unit *u, char **l, char ***ret);