1 /* SPDX-License-Identifier: LGPL-2.1-or-later */
2 #pragma once
3 
4 #include "install.h"
5 #include "unit-name.h"
6 
7 int install_name_printf(
8                 LookupScope scope,
9                 const UnitFileInstallInfo *info,
10                 const char *format,
11                 char **ret);
12