]> git.proxmox.com Git - mirror_lxc.git/blame - src/lxc/rexec.h
tools: fix build warnings
[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
0b07c6c1
CB
6#include "compiler.h"
7
8__hidden extern int lxc_rexec(const char *memfd_name);
d3a9befc
CB
9
10#endif /* __LXC_REXEC_H */