mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 17:06:39 +09:00
11 lines
252 B
C
11 lines
252 B
C
/* SPDX-License-Identifier: LGPL-2.1-or-later */
|
|
#pragma once
|
|
|
|
#include "forward.h"
|
|
|
|
int install_name_printf(
|
|
RuntimeScope scope,
|
|
const InstallInfo *info,
|
|
const char *format,
|
|
char **ret);
|