summaryrefslogtreecommitdiff
path: root/srcx/util.h
diff options
context:
space:
mode:
authorStef Walter <stef@thewalter.net>2014-12-19 12:55:49 +0000
committerStef Walter <stef@thewalter.net>2014-12-19 12:57:44 +0000
commitdab652d0c66b35c171816ffff80c03d0537f7caa (patch)
treea15a55ba6d4a8982fa447f1dd0df81e2ff907a58 /srcx/util.h
parent291114c12df4c31ddb6567cd243c811ca8978b93 (diff)
Updated to fix build problems with clang and FreeBSD 10.xHEADmaster
Diffstat (limited to 'srcx/util.h')
-rw-r--r--srcx/util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/srcx/util.h b/srcx/util.h
index 91f2b49..f2fda07 100644
--- a/srcx/util.h
+++ b/srcx/util.h
@@ -68,5 +68,7 @@ int check_jail_command(const char* jail, const char* cmd);
void ignore_signals(void);
void unignore_signals(void);
+int kvm_prepare_jail(struct xprison* xp);
+
#endif /* __UTIL_H__ */