Files
systemd/src/shared/install-printf.h
Daan De Meyer 69a283c5f2 shared: Clean up includes
Split out of #37344.
2025-05-24 14:00:44 +02:00

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);