]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/core/unit-printf.h
license: LGPL-2.1+ -> LGPL-2.1-or-later
[thirdparty/systemd.git] / src / core / unit-printf.h
CommitLineData
db9ecf05 1/* SPDX-License-Identifier: LGPL-2.1-or-later */
41f9172f
LP
2#pragma once
3
41f9172f
LP
4#include "unit.h"
5
a2262bca
ZJS
6int unit_name_printf(const Unit *u, const char* text, char **ret);
7int unit_full_printf(const Unit *u, const char *text, char **ret);