summaryrefslogtreecommitdiffstats
path: root/shlibs/mount/src/mount.sym
diff options
context:
space:
mode:
authorKarel Zak2011-01-24 13:59:17 +0100
committerKarel Zak2011-01-24 13:59:17 +0100
commite95b3ca33cd5563424216d5da4119ce2fa2515cf (patch)
tree26512d51242dccaf673cc5a61c568c70bb1efb7f /shlibs/mount/src/mount.sym
parenttests: ignore device name used in some fdisk and blkid tests (diff)
downloadkernel-qcow2-util-linux-e95b3ca33cd5563424216d5da4119ce2fa2515cf.tar.gz
kernel-qcow2-util-linux-e95b3ca33cd5563424216d5da4119ce2fa2515cf.tar.xz
kernel-qcow2-util-linux-e95b3ca33cd5563424216d5da4119ce2fa2515cf.zip
libmount: add mnt_context_get_{source,target,fstype}
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'shlibs/mount/src/mount.sym')
-rw-r--r--shlibs/mount/src/mount.sym5
1 files changed, 4 insertions, 1 deletions
diff --git a/shlibs/mount/src/mount.sym b/shlibs/mount/src/mount.sym
index 34174ec5f..4709a8a21 100644
--- a/shlibs/mount/src/mount.sym
+++ b/shlibs/mount/src/mount.sym
@@ -26,11 +26,14 @@ global:
mnt_context_get_cache;
mnt_context_get_fs;
mnt_context_get_fstab;
+ mnt_context_get_fstype;
mnt_context_get_lock;
mnt_context_get_mflags;
mnt_context_get_mtab;
mnt_context_get_optsmode;
+ mnt_context_get_source;
mnt_context_get_status;
+ mnt_context_get_target;
mnt_context_get_user_mflags;
mnt_context_init_helper;
mnt_context_is_fake;
@@ -48,8 +51,8 @@ global:
mnt_context_set_fstab;
mnt_context_set_fstype;
mnt_context_set_fstype_pattern;
- mnt_context_set_mountdata;
mnt_context_set_mflags;
+ mnt_context_set_mountdata;
mnt_context_set_options;
mnt_context_set_options_pattern;
mnt_context_set_optsmode;