summaryrefslogtreecommitdiffstats
path: root/shlibs/mount/src/mount.sym
diff options
context:
space:
mode:
authorKarel Zak2011-01-20 15:32:40 +0100
committerKarel Zak2011-01-22 00:27:26 +0100
commit8c0797e702773730ca3c1cc93039d4f7ef89dd39 (patch)
tree5bacf856ec429f3e590174bbbd3eefe493f9652f /shlibs/mount/src/mount.sym
parentlibmount: rename mount.h to libmount.h (diff)
downloadkernel-qcow2-util-linux-8c0797e702773730ca3c1cc93039d4f7ef89dd39.tar.gz
kernel-qcow2-util-linux-8c0797e702773730ca3c1cc93039d4f7ef89dd39.tar.xz
kernel-qcow2-util-linux-8c0797e702773730ca3c1cc93039d4f7ef89dd39.zip
libmount: add functions for mount.<type> helpers
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 e29372ed5..1a9ebb02d 100644
--- a/shlibs/mount/src/mount.sym
+++ b/shlibs/mount/src/mount.sym
@@ -32,6 +32,7 @@ global:
mnt_context_get_optsmode;
mnt_context_get_status;
mnt_context_get_userspace_mountflags;
+ mnt_context_init_helper;
mnt_context_is_fake;
mnt_context_is_force;
mnt_context_is_lazy;
@@ -40,6 +41,7 @@ global:
mnt_context_is_restricted;
mnt_context_is_sloppy;
mnt_context_is_verbose;
+ mnt_context_mounthelper_setopt;
mnt_context_prepare_mount;
mnt_context_set_cache;
mnt_context_set_fs;