summaryrefslogtreecommitdiff
path: root/src/core/unit-printf.h
blob: 5bd1d77bb200d72289251a53e512a44ea529e389 (plain)
1
2
3
4
5
6
7
8
/* 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);
int unit_full_printf_strv(Unit *u, char **l, char ***ret);