mirror of
https://github.com/systemd/systemd.git
synced 2026-07-13 02:51:14 +00:00
13 lines
361 B
C
13 lines
361 B
C
/* SPDX-License-Identifier: LGPL-2.1-or-later */
|
|
#pragma once
|
|
|
|
#include "core-forward.h"
|
|
|
|
int exec_invoke(
|
|
const ExecCommand *command,
|
|
const ExecContext *context,
|
|
ExecParameters *params,
|
|
ExecRuntime *runtime,
|
|
const CGroupContext *cgroup_context,
|
|
int *exit_status);
|