]> git.proxmox.com Git - mirror_lxc.git/blobdiff - src/lxc/start.h
start: fix cgroup namespace preservation
[mirror_lxc.git] / src / lxc / start.h
index 2161565d45bb0013965b4baf5dc9544e3ff9f512..cf7b47e3f14e1ef0aea538c823a63dc626251509 100644 (file)
@@ -136,6 +136,6 @@ extern int lxc_check_inherited(struct lxc_conf *conf, bool closeall,
 extern int __lxc_start(const char *, struct lxc_handler *,
                       struct lxc_operations *, void *, const char *, bool);
 
-extern void resolve_clone_flags(struct lxc_handler *handler);
+extern int resolve_clone_flags(struct lxc_handler *handler);
 #endif