summaryrefslogtreecommitdiff
path: root/srcx/util.h
diff options
context:
space:
mode:
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__ */