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