]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/core/unit-printf.h
tree-wide: drop license boilerplate
[thirdparty/systemd.git] / src / core / unit-printf.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 #pragma once
3
4 /***
5 This file is part of systemd.
6
7 Copyright 2010 Lennart Poettering
8 ***/
9
10 #include "unit.h"
11
12 int unit_name_printf(Unit *u, const char* text, char **ret);
13 int unit_full_printf(Unit *u, const char *text, char **ret);
14 int unit_full_printf_strv(Unit *u, char **l, char ***ret);