]> git.proxmox.com Git - mirror_lxc.git/blobdiff - src/lxc/conf.h
lxc: avoid memory corruption on ppc and s390 V4
[mirror_lxc.git] / src / lxc / conf.h
index 8548eeb538cf6954f5fe6fe7dd7d419d0ba679d6..c4e5deb6121aa84225629d903e7fd78e0c3b6424 100644 (file)
@@ -171,7 +171,7 @@ struct lxc_conf {
 /*
  * Initialize the lxc configuration structure
  */
-extern int lxc_conf_init(struct lxc_conf *conf);
+extern struct lxc_conf *lxc_conf_init(void);
 
 extern int lxc_create_network(struct lxc_list *networks);
 extern int lxc_assign_network(struct lxc_list *networks, pid_t pid);