summaryrefslogtreecommitdiffstats
path: root/src/core/unit-printf.h
blob: de5183c113af161de35b2775a6f16342e6a89c92 (plain)
1
2
3
4
5
6
7
/* 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);