Rivoreo Source Code Repositories
src.rivoreo.one
/
systemd-stable
/
v247-rc1
/
.
/
src
/
core
/
unit-printf.h
blob: cb75448ae5c83a87b758ea513b09ce3153b46207 [
file
] [
log
] [
blame
] [
raw
]
/* SPDX-License-Identifier: LGPL-2.1+ */
#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
);