Rivoreo Source Code Repositories
src.rivoreo.one
/
systemd-stable
/
v247
/
.
/
src
/
core
/
unit-printf.h
blob: de5183c113af161de35b2775a6f16342e6a89c92 [
file
] [
log
] [
blame
] [
raw
]
/* SPDX-License-Identifier: LGPL-2.1-or-later */
#pragma
once
#include
"unit.h"
int
unit_name_printf
(
const
Unit
*
u
,
const
char
*
text
,
char
**
ret
);
int
unit_full_printf
(
const
Unit
*
u
,
const
char
*
text
,
char
**
ret
);