]> git.proxmox.com Git - mirror_lxc.git/blame - src/lxc/rexec.h
github: Update for main branch
[mirror_lxc.git] / src / lxc / rexec.h
CommitLineData
cc73685d 1/* SPDX-License-Identifier: LGPL-2.1+ */
d3a9befc
CB
2
3#ifndef __LXC_REXEC_H
4#define __LXC_REXEC_H
5
1160ce89
CB
6#include "config.h"
7
0b07c6c1
CB
8#include "compiler.h"
9
10__hidden extern int lxc_rexec(const char *memfd_name);
d3a9befc
CB
11
12#endif /* __LXC_REXEC_H */