]> git.proxmox.com Git - mirror_lxc.git/blobdiff - src/lxc/conf.h
conf: improve tty shifting function
[mirror_lxc.git] / src / lxc / conf.h
index d8d5a6aeafd413b7d23526299b8c6944bf514da4..2ba1b4a11785a6a84181de699b01813cbce51036 100644 (file)
@@ -472,7 +472,7 @@ extern void lxc_restore_phys_nics_to_netns(int netnsfd, struct lxc_conf *conf);
 extern int find_unmapped_nsid(struct lxc_conf *conf, enum idtype idtype);
 extern int mapped_hostid(unsigned id, struct lxc_conf *conf, enum idtype idtype);
 extern int chown_mapped_root(char *path, struct lxc_conf *conf);
-extern int ttys_shift_ids(struct lxc_conf *c);
+extern int lxc_ttys_shift_ids(struct lxc_conf *c);
 extern int userns_exec_1(struct lxc_conf *conf, int (*fn)(void *), void *data,
                         const char *fn_name);
 extern int parse_mntopts(const char *mntopts, unsigned long *mntflags,