]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/core/unit-printf.h
Merge pull request #11827 from keszybz/pkgconfig-variables
[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);