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