mirror of
https://github.com/systemd/systemd.git
synced 2026-07-13 19:10:58 +00:00
9 lines
208 B
C
9 lines
208 B
C
/* SPDX-License-Identifier: LGPL-2.1-or-later */
|
|
#pragma once
|
|
|
|
int get_build_exec_dir(char **ret);
|
|
|
|
int invoke_callout_binary(const char *path, char *const argv[]);
|
|
|
|
int pin_callout_binary(const char *path);
|