summaryrefslogtreecommitdiffstats
path: root/shlibs/mount/src/mount.sym
diff options
context:
space:
mode:
authorKarel Zak2010-07-26 16:24:29 +0200
committerKarel Zak2011-01-03 12:28:40 +0100
commit9ecdf48fc316b057acbaf744bb32a18e281a7924 (patch)
treec6266c35d3fdf18553aec8d82b08ce9e4e50188f /shlibs/mount/src/mount.sym
parentlibmount: add unmangle/mangle() functions to API (diff)
downloadkernel-qcow2-util-linux-9ecdf48fc316b057acbaf744bb32a18e281a7924.tar.gz
kernel-qcow2-util-linux-9ecdf48fc316b057acbaf744bb32a18e281a7924.tar.xz
kernel-qcow2-util-linux-9ecdf48fc316b057acbaf744bb32a18e281a7924.zip
libmount: add mnt_copy_fs() and mnt_fs_set_root()
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'shlibs/mount/src/mount.sym')
-rw-r--r--shlibs/mount/src/mount.sym2
1 files changed, 2 insertions, 0 deletions
diff --git a/shlibs/mount/src/mount.sym b/shlibs/mount/src/mount.sym
index 7824597c0..d37bb8b12 100644
--- a/shlibs/mount/src/mount.sym
+++ b/shlibs/mount/src/mount.sym
@@ -10,6 +10,7 @@ global:
mnt_cache_find_tag;
mnt_cache_find_tag_value;
mnt_cache_read_tags;
+ mnt_copy_fs;
mnt_free_cache;
mnt_free_fs;
mnt_free_iter;
@@ -42,6 +43,7 @@ global:
mnt_fs_set_fstype;
mnt_fs_set_optstr;
mnt_fs_set_passno;
+ mnt_fs_set_root;
mnt_fs_set_source;
mnt_fs_set_target;
mnt_fs_set_userdata;