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