mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Add __BEGIN_DECLS to jail.h to keep C++ happy.
PR: 238928 Reported by: yuri@
This commit is contained in:
parent
5f1198f36b
commit
0820428967
1 changed files with 2 additions and 0 deletions
|
|
@ -110,11 +110,13 @@ struct xprison {
|
|||
|
||||
struct iovec;
|
||||
|
||||
__BEGIN_DECLS
|
||||
int jail(struct jail *);
|
||||
int jail_set(struct iovec *, unsigned int, int);
|
||||
int jail_get(struct iovec *, unsigned int, int);
|
||||
int jail_attach(int);
|
||||
int jail_remove(int);
|
||||
__END_DECLS
|
||||
|
||||
#else /* _KERNEL */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue